summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/executable/scripts-exec/build-spec/orig/01-normal-script
diff options
context:
space:
mode:
Diffstat (limited to 't/recipes/checks/executable/scripts-exec/build-spec/orig/01-normal-script')
-rw-r--r--t/recipes/checks/executable/scripts-exec/build-spec/orig/01-normal-script3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/recipes/checks/executable/scripts-exec/build-spec/orig/01-normal-script b/t/recipes/checks/executable/scripts-exec/build-spec/orig/01-normal-script
new file mode 100644
index 0000000..97fd3b7
--- /dev/null
+++ b/t/recipes/checks/executable/scripts-exec/build-spec/orig/01-normal-script
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+echo "Hallo world"