summaryrefslogtreecommitdiffstats
path: root/test/test-path-util/script.sh
blob: 8ffd8d78891f6f6ea6b436ca547abf34651cdff0 (plain)
1
2
3
4
5
6
#!/bin/sh

echo "$0 $*"
test "$(basename "$0")" = "script.sh" || exit 1
test "$1" = "--version" || exit 2
echo "Life is good"