Added test of -nosequence to test-pick.
authorDavid Levine <levinedl@acm.org>
Thu, 6 Dec 2012 15:46:18 +0000 (09:46 -0600)
committerDavid Levine <levinedl@acm.org>
Thu, 6 Dec 2012 15:46:18 +0000 (09:46 -0600)
test/pick/test-pick

index ac19783..12d2aae 100755 (executable)
@@ -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