summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/builtins/hash4.0
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/bin/sh/builtins/hash4.0')
-rw-r--r--tools/regression/bin/sh/builtins/hash4.06
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/regression/bin/sh/builtins/hash4.0 b/tools/regression/bin/sh/builtins/hash4.0
deleted file mode 100644
index dec584c..0000000
--- a/tools/regression/bin/sh/builtins/hash4.0
+++ /dev/null
@@ -1,6 +0,0 @@
-# $FreeBSD$
-
-exec 3>&1
-m=`hash nosuchtool 2>&1 >&3`
-r=$?
-[ "$r" != 0 ] && [ -n "$m" ]
OpenPOWER on IntegriCloud