diff options
author | Colin Walters <walters@verbum.org> | 2014-11-06 18:17:52 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2014-11-06 18:22:20 -0500 |
commit | 97519b6c225a8d00777040f50b4225e6b3b6aed6 (patch) | |
tree | e9a2e111d50bcaf57597128011929c6753889c18 /tests/admin-test.sh | |
parent | 59fd2b1e436ad89d290ae2b314810877cff5ecf0 (diff) | |
download | ostree-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-x | 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 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" |