summaryrefslogtreecommitdiff
path: root/tests/frontend/simple/files/bin-files/usr/bin/hello
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/simple/files/bin-files/usr/bin/hello')
-rwxr-xr-xtests/frontend/simple/files/bin-files/usr/bin/hello3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/frontend/simple/files/bin-files/usr/bin/hello b/tests/frontend/simple/files/bin-files/usr/bin/hello
new file mode 100755
index 000000000..f534a4083
--- /dev/null
+++ b/tests/frontend/simple/files/bin-files/usr/bin/hello
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+echo "Hello !"