tests: Fix metadata test, we removed the spurious =

This commit is contained in:
Colin Walters 2011-12-27 10:31:23 -05:00
parent 31ba50b809
commit af62271eed
1 changed files with 2 additions and 2 deletions

View File

@ -166,6 +166,6 @@ echo "ok commit --skip-if-unchanged"
$OSTREE commit -b test2 -s "Metadata string" --add-metadata-string=FOO=BAR --add-metadata-string=KITTENS=CUTE --tree=ref=test2 $OSTREE commit -b test2 -s "Metadata string" --add-metadata-string=FOO=BAR --add-metadata-string=KITTENS=CUTE --tree=ref=test2
$OSTREE show test2 > test2-commit-text $OSTREE show test2 > test2-commit-text
assert_file_has_content test2-commit-text "FOO=.*BAR" assert_file_has_content test2-commit-text "'FOO'.*'BAR'"
assert_file_has_content test2-commit-text "KITTENS=.*CUTE" assert_file_has_content test2-commit-text "'KITTENS'.*'CUTE'"
echo "ok metadata commit with strings" echo "ok metadata commit with strings"