summaryrefslogtreecommitdiff
path: root/t/silent-custom.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/silent-custom.sh')
-rw-r--r--t/silent-custom.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/silent-custom.sh b/t/silent-custom.sh
index 01cf464b9..977255b13 100644
--- a/t/silent-custom.sh
+++ b/t/silent-custom.sh
@@ -74,7 +74,7 @@ do_check ()
$FGREP 'cp ' output && exit 1
$FGREP 'generate-header' output && exit 1
$FGREP 'rm -f' output && exit 1
- grep '[012]\.h' output && exit 1
+ grep '\bsub/[012]\.h\b' output && exit 1
grep '^ XGEN foo$' output
grep '^ GEN \[headers\]$' output
else