]> git.proxmox.com Git - systemd.git/blobdiff - test/TEST-03-JOBS/test.sh
New upstream version 249~rc1
[systemd.git] / test / TEST-03-JOBS / test.sh
index 221a18682a9f90820db8357ee837716c7b13bdbe..4ffa1bd6f4f9f02424a1665ac90f52be69c72e95 100755 (executable)
@@ -1,9 +1,11 @@
 #!/usr/bin/env bash
 set -e
+
 TEST_DESCRIPTION="Job-related tests"
 TEST_NO_QEMU=1
 IMAGE_NAME="default"
 
-. $TEST_BASE_DIR/test-functions
+# shellcheck source=test/test-functions
+. "${TEST_BASE_DIR:?}/test-functions"
 
-do_test "$@" 03
+do_test "$@"