]> git.notmuchmail.org Git - notmuch/blobdiff - test/T240-dump-restore.sh
cli/dump: bump dump format version to 3
[notmuch] / test / T240-dump-restore.sh
index 7ea35953aecd3c23cba72b714d0bc2aaf819b9a9..d45c9f87d17aca17aa0040ec8cd2e214acda21c1 100755 (executable)
@@ -4,9 +4,8 @@ test_description="\"notmuch dump\" and \"notmuch restore\""
 
 NOTMUCH_NEW > /dev/null
 test_begin_subtest "dump header"
-test_subtest_known_broken
 cat <<EOF > EXPECTED
-#notmuch-dump batch-tag:2 config,properties,tags
+#notmuch-dump batch-tag:3 config,properties,tags
 EOF
 notmuch dump > OUTPUT
 test_expect_equal_file EXPECTED OUTPUT