diff options
Diffstat (limited to 'tests/gentest/changequ.1.m4')
-rwxr-xr-x | tests/gentest/changequ.1.m4 | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/gentest/changequ.1.m4 b/tests/gentest/changequ.1.m4 deleted file mode 100755 index 7022cec9..00000000 --- a/tests/gentest/changequ.1.m4 +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -# gentest/changequ.1.m4 is part of the GNU m4 testsuite -# generated from example in ../doc/m4.texinfo line 1895 - -. ${srcdir}/defs - -cat <<\EOF >in -changequote([, ]) -define([foo], [Macro [foo].]) -foo -EOF - -cat <<\EOF >ok - - -Macro foo. -EOF - -$M4 -d in >out - -$CMP -s out ok - |