]> diplodocus.org Git - nmh/blobdiff - test/anno/test-anno
pop_retr(): Add a `void *closure' to be passed to action callback.
[nmh] / test / anno / test-anno
index 3682e353afcaca16586e059801b7c6084fd9f5c5..89204ccb259cb29ee6652e7495b7491cefa9c495 100755 (executable)
@@ -16,24 +16,24 @@ fi
 
 setup_test
 
-check_exit '-eq 1' anno - # gcov
-check_exit '-eq 1' anno -comp # gcov
-check_exit '-eq 1' anno -comp foo -comp bar # gcov
-check_exit '-eq 1' anno -text # gcov
-check_exit '-eq 1' anno -text foo -text bar # gcov
-check_exit '-eq 1' anno -number 0 # gcov
-check_exit '-eq 1' anno -number -number # gcov
-check_exit '-eq 1' anno + @ # gcov
-check_exit '-eq 1' anno -draft 42 # gcov
-check_exit '-eq 1' anno -draft -list </dev/null # gcov
-check_exit '-eq 1' anno -draft -list -comp foo # gcov
-check_exit '-eq 1' anno -draft -comp f.o: # gcov
-check_exit '-eq 1' anno -draft -comp '' # gcov
+check_exit '-eq 1' anno -
+check_exit '-eq 1' anno -comp
+check_exit '-eq 1' anno -comp foo -comp bar
+check_exit '-eq 1' anno -text
+check_exit '-eq 1' anno -text foo -text bar
+check_exit '-eq 1' anno -number 0
+check_exit '-eq 1' anno -number -number
+check_exit '-eq 1' anno + @
+check_exit '-eq 1' anno -draft 42
+check_exit '-eq 1' anno -draft -list </dev/null
+check_exit '-eq 1' anno -draft -list -comp foo
+check_exit '-eq 1' anno -draft -comp f.o:
+check_exit '-eq 1' anno -draft -comp ''
 x=tendixzehn
 l=$x$x$x$x$x
 c=$l$l
 d=$c$c$c$c$c
-check_exit '-eq 1' anno -draft -comp $d$c$c$c$c$l$x$x$x${x}123456789 # gcov
+check_exit '-eq 1' anno -draft -comp $d$c$c$c$c$l$x$x$x${x}123456789
 
 expected=$MH_TEST_DIR/$$.expected
 expected_err=$MH_TEST_DIR/$$.expected_err