From: David Levine Date: Thu, 6 Dec 2012 15:46:18 +0000 (-0600) Subject: Added test of -nosequence to test-pick. X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=348afa78cbece5f8eb67a120282c50b469fa9849 Added test of -nosequence to test-pick. --- diff --git a/test/pick/test-pick b/test/pick/test-pick index ac19783..12d2aae 100755 --- a/test/pick/test-pick +++ b/test/pick/test-pick @@ -261,5 +261,12 @@ echo 13 >"$expected" pick -subject foobar 13 >"$actual" 2>&1 check "$expected" "$actual" +# Test -nosequence. +run_test 'pick +inbox 5 7 9 11 -sequence test -nosequence' '5 +7 +9 +11' +run_test 'mark -list -sequence test' 'test: ' + exit $failed