summaryrefslogtreecommitdiff
path: root/tests/gentest/loops.1.m4
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gentest/loops.1.m4')
-rwxr-xr-xtests/gentest/loops.1.m423
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/gentest/loops.1.m4 b/tests/gentest/loops.1.m4
deleted file mode 100755
index 791e2560..00000000
--- a/tests/gentest/loops.1.m4
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-# gentest/loops.1.m4 is part of the GNU m4 testsuite
-# generated from example in ../doc/m4.texinfo line 1534
-
-. ${srcdir}/defs
-
-cat <<\EOF >in
-shift
-shift(bar)
-shift(foo, bar, baz)
-EOF
-
-cat <<\EOF >ok
-
-
-bar,baz
-EOF
-
-$M4 -d in >out
-
-$CMP -s out ok
-