admin-test: Fix two typos in bootloader UI change

Based on a patch from Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Colin Walters 2014-11-06 18:17:52 -05:00
parent 59fd2b1e43
commit 97519b6c22
1 changed files with 1 additions and 1 deletions

View File

@ -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"