summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/parser/heredoc8.0
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/bin/sh/parser/heredoc8.0')
-rw-r--r--tools/regression/bin/sh/parser/heredoc8.020
1 files changed, 0 insertions, 20 deletions
diff --git a/tools/regression/bin/sh/parser/heredoc8.0 b/tools/regression/bin/sh/parser/heredoc8.0
deleted file mode 100644
index 598358a..0000000
--- a/tools/regression/bin/sh/parser/heredoc8.0
+++ /dev/null
@@ -1,20 +0,0 @@
-# $FreeBSD$
-
-failures=0
-
-check() {
- if ! eval "[ $* ]"; then
- echo "Failed: $*"
- : $((failures += 1))
- fi
-}
-
-s='ast*que?non' sq=\' dq=\"
-
-# This is possibly useful but differs from other shells.
-check '"$(cat <<EOF
-${s+"x"}
-EOF
-)" = ${dq}x${dq}'
-
-exit $((failures != 0))
OpenPOWER on IntegriCloud