summaryrefslogtreecommitdiff
path: root/tests/canon2.test
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1997-02-23 19:41:20 +0000
committerTom Tromey <tromey@redhat.com>1997-02-23 19:41:20 +0000
commita6655646d42c33ac9c8c14716c1b61617e04a8bf (patch)
treefe8fe3693ab9e860fff045b8da83e43ba4e37e18 /tests/canon2.test
parent01ae66fb5d81f48e2b9a81e934cd86630e66a1e8 (diff)
downloadautomake-a6655646d42c33ac9c8c14716c1b61617e04a8bf.tar.gz
allow texinfo files w/o .info extension
Diffstat (limited to 'tests/canon2.test')
-rwxr-xr-xtests/canon2.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/canon2.test b/tests/canon2.test
index 83b49e9ef..0efe34608 100755
--- a/tests/canon2.test
+++ b/tests/canon2.test
@@ -10,8 +10,8 @@ zar_doz_TEXINFOS = frob.texi
END
: > texinfo.tex
-: > zar-doz.texi
-: > frob.texi
+echo '@setfilename zar-doz.info' > zar-doz.texi
+echo '@setfilename frob' > frob.texi
$AUTOMAKE || exit 1