]> git.proxmox.com Git - systemd.git/blobdiff - test/TEST-10-ISSUE-2467/test.sh
New upstream version 249~rc1
[systemd.git] / test / TEST-10-ISSUE-2467 / test.sh
index 14ded56ba15c938a4bfb84bb1d7396062b5dadb3..2a16ff3baabb52a967b6e9eb1a5a6c23fe775013 100755 (executable)
@@ -1,7 +1,9 @@
 #!/usr/bin/env bash
 set -e
+
 TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/2467"
 
-. $TEST_BASE_DIR/test-functions
+# shellcheck source=test/test-functions
+. "${TEST_BASE_DIR:?}/test-functions"
 
-do_test "$@" 10
+do_test "$@"