diff --git a/tests/admin-test.sh b/tests/admin-test.sh index cc928926..ebb18849 100755 --- a/tests/admin-test.sh +++ b/tests/admin-test.sh @@ -29,7 +29,7 @@ ostree admin --sysroot=sysroot deploy --karg=root=LABEL=MOO --karg=quiet --os=te ostree admin --sysroot=sysroot status | tee status.txt assert_file_has_content status.txt 'Version: 1.0.10' -assert_file_has_content sysroot/boot/loader/syslinux.conf 'TestOS 1.0.10' +assert_file_has_content sysroot/boot/loader/syslinux.cfg 'TestOS 42 1.0.10' echo "ok deploy command"