From 97519b6c225a8d00777040f50b4225e6b3b6aed6 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 6 Nov 2014 18:17:52 -0500 Subject: [PATCH] admin-test: Fix two typos in bootloader UI change Based on a patch from Giuseppe Scrivano --- tests/admin-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"