summaryrefslogtreecommitdiffstats
path: root/test/test-path-util/script.sh
blob: d13b36376ea1a96620e701390db245d8a9a99caf (plain)
1
2
3
4
5
6
7
#!/bin/sh
# SPDX-License-Identifier: LGPL-2.1-or-later

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