From b8ea1cfa69bcdc3370e99f7fd9ceb7f65a8bd0b2 Mon Sep 17 00:00:00 2001 From: Richard C Isaacson Date: Thu, 20 Feb 2014 15:51:15 -0500 Subject: [PATCH] Fixed when running on a system with selinux which is disabled. --- tests_new/integration/roles/test_command_shell/files/test.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests_new/integration/roles/test_command_shell/files/test.sh diff --git a/tests_new/integration/roles/test_command_shell/files/test.sh b/tests_new/integration/roles/test_command_shell/files/test.sh new file mode 100644 index 0000000000..ade17e9b8c --- /dev/null +++ b/tests_new/integration/roles/test_command_shell/files/test.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +echo -n "win" \ No newline at end of file