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