From 0b04576a30bb9334f64dc5d2e72a4445695c3543 Mon Sep 17 00:00:00 2001 From: mwrock Date: Thu, 6 Dec 2018 18:47:41 -0800 Subject: [PATCH] adding fixture Signed-off-by: mwrock --- components/core/tests/fixtures/hooks/install | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 components/core/tests/fixtures/hooks/install diff --git a/components/core/tests/fixtures/hooks/install b/components/core/tests/fixtures/hooks/install new file mode 100755 index 0000000..0e2c852 --- /dev/null +++ b/components/core/tests/fixtures/hooks/install @@ -0,0 +1,4 @@ +#!/bin/bash + +echo "This is stdout" +echo "This is stderr" 1>&2