projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0efed4a
)
Added test of -nosequence to test-pick.
author
David Levine
<levinedl@acm.org>
Thu, 6 Dec 2012 15:46:18 +0000
(09:46 -0600)
committer
David Levine
<levinedl@acm.org>
Thu, 6 Dec 2012 15:46:18 +0000
(09:46 -0600)
test/pick/test-pick
patch
|
blob
|
history
diff --git
a/test/pick/test-pick
b/test/pick/test-pick
index
ac19783
..
12d2aae
100755
(executable)
--- 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