aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2013-08-30 12:09:59 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2013-08-30 12:09:59 +0000
commit65519ccb4da5884ac3a40c98cd73576203d0537e (patch)
treeb23efef6513a6a367069a13eb80f2c1f48c0dec0 /tools
parent8d99b9cebd80ba6c1e85969fe9d9ea0962d31d14 (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/bin/sh/builtins/type3.03
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/regression/bin/sh/builtins/type3.0 b/tools/regression/bin/sh/builtins/type3.0
new file mode 100644
index 0000000000000..87cccdd812cc4
--- /dev/null
+++ b/tools/regression/bin/sh/builtins/type3.0
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+[ "$(type type)" = "$(type -- type)" ]