summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2023-03-15 10:56:07 +0000
committerGitHub <noreply@github.com>2023-03-15 10:56:07 +0000
commit1be50af42ed75040ff2df2d3ec5ea516263c94e5 (patch)
tree96950ac2989c6bb69b2d2d324e83fffda84e9a38 /test
parent62562ef5b4000668d14b2cb18a6cf4b0516efec5 (diff)
parent1b971e0117cd78f262dbcb307a8c446e558da6ee (diff)
downloadsystemd-1be50af42ed75040ff2df2d3ec5ea516263c94e5.tar.gz
Merge pull request #26804 from fbuihuu/fixes-for-test-58-repart
Fixes for test 58 repart
Diffstat (limited to 'test')
-rwxr-xr-xtest/TEST-58-REPART/test.sh4
-rwxr-xr-xtest/units/testsuite-58.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/test/TEST-58-REPART/test.sh b/test/TEST-58-REPART/test.sh
index 5f04d2017a..7549de568c 100755
--- a/test/TEST-58-REPART/test.sh
+++ b/test/TEST-58-REPART/test.sh
@@ -15,8 +15,8 @@ test_append_files() {
instmods dm_verity =md
instmods erofs
generate_module_dependencies
- image_install -o /sbin/mksquashfs
- image_install -o /bin/mkfs.erofs
+ image_install -o mksquashfs
+ image_install -o mkfs.erofs
fi
inst_binary mcopy
diff --git a/test/units/testsuite-58.sh b/test/units/testsuite-58.sh
index c58465356c..20c2c57073 100755
--- a/test/units/testsuite-58.sh
+++ b/test/units/testsuite-58.sh
@@ -932,7 +932,7 @@ Minimize=guess
EOF
done
- if ! command -v mksquashfs >/dev/null; then
+ if command -v mksquashfs >/dev/null; then
tee "$defs/root-squashfs.conf" <<EOF
[Partition]
Type=root-${architecture}