summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/builtins/type1.0
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/bin/sh/builtins/type1.0')
-rw-r--r--tools/regression/bin/sh/builtins/type1.08
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/regression/bin/sh/builtins/type1.0 b/tools/regression/bin/sh/builtins/type1.0
deleted file mode 100644
index c5e4564..0000000
--- a/tools/regression/bin/sh/builtins/type1.0
+++ /dev/null
@@ -1,8 +0,0 @@
-# $FreeBSD$
-command -v not-here && exit 1
-command -v /not-here && exit 1
-command -V not-here && exit 1
-command -V /not-here && exit 1
-type not-here && exit 1
-type /not-here && exit 1
-exit 0
OpenPOWER on IntegriCloud