From b750101eb236130cf056c675997decbac904cc49 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:35:18 +0200 Subject: Adding upstream version 252.22. Signed-off-by: Daniel Baumann --- test/test-path-util/script.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 test/test-path-util/script.sh (limited to 'test/test-path-util/script.sh') diff --git a/test/test-path-util/script.sh b/test/test-path-util/script.sh new file mode 100755 index 0000000..d13b363 --- /dev/null +++ b/test/test-path-util/script.sh @@ -0,0 +1,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" -- cgit v1.2.3