summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/parser/heredoc7.0
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/bin/sh/parser/heredoc7.0')
-rw-r--r--tools/regression/bin/sh/parser/heredoc7.019
1 files changed, 0 insertions, 19 deletions
diff --git a/tools/regression/bin/sh/parser/heredoc7.0 b/tools/regression/bin/sh/parser/heredoc7.0
deleted file mode 100644
index a150106..0000000
--- a/tools/regression/bin/sh/parser/heredoc7.0
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-
-# Some of these created malformed parse trees with null pointers for here
-# documents, causing the here document writing process to segfault.
-eval ': <<EOF'
-eval ': <<EOF;'
-eval '`: <<EOF`'
-eval '`: <<EOF;`'
-eval '`: <<EOF`;'
-eval '`: <<EOF;`;'
-
-# Some of these created malformed parse trees with null pointers for here
-# documents, causing sh to segfault.
-eval ': <<\EOF'
-eval ': <<\EOF;'
-eval '`: <<\EOF`'
-eval '`: <<\EOF;`'
-eval '`: <<\EOF`;'
-eval '`: <<\EOF;`;'
OpenPOWER on IntegriCloud