]> git.proxmox.com Git - systemd.git/blobdiff - test/TEST-20-MAINPIDGAMES/test.sh
New upstream version 249~rc1
[systemd.git] / test / TEST-20-MAINPIDGAMES / test.sh
index 50724b3f3c0bca3aa19e185ba1167ea5c8211bf5..bb9ddcde228d567b478f6356e1d63dff14837730 100755 (executable)
@@ -1,7 +1,9 @@
 #!/usr/bin/env bash
 set -e
+
 TEST_DESCRIPTION="test changing main PID"
 
-. $TEST_BASE_DIR/test-functions
+# shellcheck source=test/test-functions
+. "${TEST_BASE_DIR:?}/test-functions"
 
-do_test "$@" 20
+do_test "$@"