[ostree] admin-test: Fix two typos in bootloader UI change



commit 97519b6c225a8d00777040f50b4225e6b3b6aed6
Author: Colin Walters <walters verbum org>
Date:   Thu Nov 6 18:17:52 2014 -0500

    admin-test: Fix two typos in bootloader UI change
    
    Based on a patch from Giuseppe Scrivano <gscrivan redhat com>

 tests/admin-test.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/admin-test.sh b/tests/admin-test.sh
index cc92892..ebb1884 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"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]