summaryrefslogtreecommitdiff
path: root/t/txinfo-setfilename-repeated.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/txinfo-setfilename-repeated.sh')
-rw-r--r--t/txinfo-setfilename-repeated.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/txinfo-setfilename-repeated.sh b/t/txinfo-setfilename-repeated.sh
index 216304abd..4fbee8d54 100644
--- a/t/txinfo-setfilename-repeated.sh
+++ b/t/txinfo-setfilename-repeated.sh
@@ -27,7 +27,7 @@ cat > texinfo.texi << 'END'
@setfilename texinfo.info
...
@verbatim
-@setfilename example.info
+@setfilename foobar.info
@end verbatim
...
END
@@ -35,7 +35,7 @@ END
$ACLOCAL
$AUTOMAKE --add-missing
-grep 'example' Makefile.in && exit 1
+grep 'foobar' Makefile.in && exit 1
grep 'texinfo\.info:' Makefile.in
: