projects
/
mmh
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
anno: Fixed test for intermixture of file and msgs/folder.
[mmh]
/
test
/
tests
/
folder
/
test-total
1
#!/bin/sh
2
######################################################
3
#
4
# Test the -total switch
5
#
6
######################################################
7
8
output=`folder -total +inbox`
9
if test x"$output" != x'TOTAL = 10 messages in 1 folder.' ; then
10
exit 1
11
fi