summaryrefslogtreecommitdiff
path: root/t/autohdr3.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/autohdr3.sh')
-rw-r--r--t/autohdr3.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/autohdr3.sh b/t/autohdr3.sh
index 47e508b58..b0b7bf591 100644
--- a/t/autohdr3.sh
+++ b/t/autohdr3.sh
@@ -30,8 +30,8 @@ cat > Makefile.am <<'END'
.PHONY: test
check-local: test
test: all
- cat $(srcdir)/config.hin ;: For debugging.
- cat config.h ;: Likewise.
+ cat $(srcdir)/config.hin # For debugging.
+ cat config.h # Likewise.
grep '#.*GREPME' $(srcdir)/config.hin
grep '#.*define.*GREPME' config.h
END