]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: drop redundant IMAGE_NAME=
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 10 Jun 2022 03:31:10 +0000 (12:31 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 10 Jun 2022 03:31:14 +0000 (12:31 +0900)
If it is not specified, then "default" will be used.

test/TEST-03-JOBS/test.sh
test/TEST-17-UDEV/test.sh
test/TEST-64-UDEV-STORAGE/test.sh

index f827f90865b6978a81ba687e0aa45855082fb7f2..6a8d3a8a11ec97cf6f7007a3631676b1e042d5d2 100755 (executable)
@@ -4,7 +4,6 @@ set -e
 
 TEST_DESCRIPTION="Job-related tests"
 TEST_NO_QEMU=1
-IMAGE_NAME="default"
 
 # shellcheck source=test/test-functions
 . "${TEST_BASE_DIR:?}/test-functions"
index 079ecfd62947cfbf8cf38a9132c6e3357dcd9862..9d91eee2041ca4afdd3295bf23221e39386dbc7e 100755 (executable)
@@ -3,7 +3,6 @@
 set -e
 
 TEST_DESCRIPTION="UDEV"
-IMAGE_NAME="default"
 TEST_NO_NSPAWN=1
 
 # shellcheck source=test/test-functions
index e273d211bc2d784068355ce0ddd6488e55f5514e..fe8043430933ab9d150f5e0c55cb975f7871d07e 100755 (executable)
@@ -9,7 +9,6 @@
 set -e
 
 TEST_DESCRIPTION="systemd-udev storage tests"
-IMAGE_NAME="default"
 TEST_NO_NSPAWN=1
 # Save only journals of failing test cases by default (to conserve space)
 TEST_SAVE_JOURNAL="${TEST_SAVE_JOURNAL:-fail}"