[ostree] tests: Fix metadata test, we removed the spurious =



commit af62271eed900ed7d26652306585c16689b48524
Author: Colin Walters <walters verbum org>
Date:   Tue Dec 27 10:31:23 2011 -0500

    tests: Fix metadata test, we removed the spurious =

 tests/t0000-basic.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/t0000-basic.sh b/tests/t0000-basic.sh
index 4f4c4ec..2dff8ff 100755
--- a/tests/t0000-basic.sh
+++ b/tests/t0000-basic.sh
@@ -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 show test2 > test2-commit-text
-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 "'FOO'.*'BAR'"
+assert_file_has_content test2-commit-text "'KITTENS'.*'CUTE'"
 echo "ok metadata commit with strings"



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