summaryrefslogtreecommitdiff
path: root/tests/admin-test.sh
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2014-11-06 18:17:52 -0500
committerColin Walters <walters@verbum.org>2014-11-06 18:22:20 -0500
commit97519b6c225a8d00777040f50b4225e6b3b6aed6 (patch)
treee9a2e111d50bcaf57597128011929c6753889c18 /tests/admin-test.sh
parent59fd2b1e436ad89d290ae2b314810877cff5ecf0 (diff)
downloadostree-97519b6c225a8d00777040f50b4225e6b3b6aed6.tar.gz
admin-test: Fix two typos in bootloader UI change
Based on a patch from Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'tests/admin-test.sh')
-rwxr-xr-xtests/admin-test.sh2
1 files changed, 1 insertions, 1 deletions
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"