summaryrefslogtreecommitdiff
path: root/test/test-path-util/script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-path-util/script.sh')
-rwxr-xr-xtest/test-path-util/script.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test-path-util/script.sh b/test/test-path-util/script.sh
new file mode 100755
index 0000000000..57c93e7476
--- /dev/null
+++ b/test/test-path-util/script.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+echo "$0 $@"
+test "$(basename $0)" = "script.sh" || exit 1
+test "$1" = "--version" || exit 2
+echo "Life is good"