summaryrefslogtreecommitdiff
path: root/t/condman3.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/condman3.sh')
-rw-r--r--t/condman3.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/condman3.sh b/t/condman3.sh
index 8041a619c..2acdd99ca 100644
--- a/t/condman3.sh
+++ b/t/condman3.sh
@@ -34,14 +34,14 @@ endif
.PHONY: test1 test2
test1:
- find $(mandir) ;: For debugging.
+ find $(mandir) # For debugging.
test -f $(mandir)/man1/foo.1
test -f $(mandir)/man4/6.4
test ! -f $(mandir)/man2/bar.2
test ! -f $(mandir)/man1/baz.1
test ! -f $(mandir)/man5/zap.5
test2:
- find $(mandir) ;: For debugging.
+ find $(mandir) # For debugging.
test -f $(mandir)/man2/bar.2
test -f $(mandir)/man1/baz.1
test -f $(mandir)/man5/zap.5