]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: unify quotation around image names
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 15 Apr 2020 13:38:00 +0000 (15:38 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sun, 17 May 2020 08:43:08 +0000 (10:43 +0200)
test/TEST-03-JOBS/test.sh
test/TEST-13-NSPAWN-SMOKE/test.sh
test/TEST-14-MACHINE-ID/test.sh
test/TEST-21-SYSUSERS/test.sh

index 33a1fb6fd09a480bd9fad341e3531eb681084cf4..221a18682a9f90820db8357ee837716c7b13bdbe 100755 (executable)
@@ -2,6 +2,7 @@
 set -e
 TEST_DESCRIPTION="Job-related tests"
 TEST_NO_QEMU=1
+IMAGE_NAME="default"
 
 . $TEST_BASE_DIR/test-functions
 
index 4a08cfd4ec0a5e74883877dd4d43227bece1be72..fbe52296cec9e955eeec756d7d4a627614a5e0cb 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 set -e
 TEST_DESCRIPTION="systemd-nspawn smoke test"
-IMAGE_NAME=nspawn
+IMAGE_NAME="nspawn"
 TEST_NO_NSPAWN=1
 
 . $TEST_BASE_DIR/test-functions
index d1486f0aae0ae9aeb7c4918dfc7cfb317d8d2e24..e8dbf23c580c954de3306d4a37ef9d12e9f61cc9 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 set -e
 TEST_DESCRIPTION="/etc/machine-id testing"
-IMAGE_NAME=badid
+IMAGE_NAME="badid"
 TEST_NO_NSPAWN=1
 
 . $TEST_BASE_DIR/test-functions
index f7dbbbf47b236cb7574efd3af179a25e5f39c96a..527db85b072a9e6e0c242bf8a685d573e1fa58b1 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 set -e
 TEST_DESCRIPTION="Sysuser-related tests"
-IMAGE_NAME=sysusers
+IMAGE_NAME="sysusers"
 . $TEST_BASE_DIR/test-functions
 
 test_setup() {