summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/builtins/read7.0
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/bin/sh/builtins/read7.0')
-rw-r--r--tools/regression/bin/sh/builtins/read7.05
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/regression/bin/sh/builtins/read7.0 b/tools/regression/bin/sh/builtins/read7.0
deleted file mode 100644
index e78f887..0000000
--- a/tools/regression/bin/sh/builtins/read7.0
+++ /dev/null
@@ -1,5 +0,0 @@
-# $FreeBSD$
-
-{ errmsg=`read x <&- 2>&1 >&3`; } 3>&1
-r=$?
-[ "$r" -ge 2 ] && [ "$r" -le 128 ] && [ -n "$errmsg" ]
OpenPOWER on IntegriCloud