summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/expansion/length4.0
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/bin/sh/expansion/length4.0')
-rw-r--r--tools/regression/bin/sh/expansion/length4.011
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/regression/bin/sh/expansion/length4.0 b/tools/regression/bin/sh/expansion/length4.0
deleted file mode 100644
index 5348be5..0000000
--- a/tools/regression/bin/sh/expansion/length4.0
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-# The construct ${#?} is ambiguous in POSIX.1-2008: it could be the length
-# of $? or it could be $# giving an error in the (impossible) case that it
-# is not set.
-# We use the former interpretation; it seems more useful.
-
-:
-[ "${#?}" = 1 ] || echo '${#?} wrong'
-(exit 42)
-[ "${#?}" = 2 ] || echo '${#?} wrong'
OpenPOWER on IntegriCloud