[PATCH 5/7] test: Sanity tests for the --format-version argument
Austin Clements
amdragon at MIT.EDU
Sat Dec 15 19:17:27 PST 2012
---
test/json | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/test/json b/test/json
index bfafd55..8a01117 100755
--- a/test/json
+++ b/test/json
@@ -60,4 +60,10 @@ test_expect_equal_json "$output" "[{\"thread\": \"XXX\",
\"tags\": [\"inbox\",
\"unread\"]}]"
+test_expect_code 20 "Format version: too low" \
+ "notmuch search --format-version=0 \\*"
+
+test_expect_code 21 "Format version: too high" \
+ "notmuch search --format-version=999 \\*"
+
test_done
--
1.7.10.4
More information about the notmuch
mailing list