summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/expansion/local1.0
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/bin/sh/expansion/local1.0')
-rw-r--r--tools/regression/bin/sh/expansion/local1.028
1 files changed, 0 insertions, 28 deletions
diff --git a/tools/regression/bin/sh/expansion/local1.0 b/tools/regression/bin/sh/expansion/local1.0
deleted file mode 100644
index 3477835..0000000
--- a/tools/regression/bin/sh/expansion/local1.0
+++ /dev/null
@@ -1,28 +0,0 @@
-# $FreeBSD$
-
-run_test() {
- w='@ @'
- check() {
- [ "$v" = "$w" ] || echo "Expected $w got $v"
- }
-
- local v=$w
- check
-
- HOME=/known/value
- check() {
- [ "$v" = ~ ] || echo "Expected $HOME got $v"
- }
-
- local v=~
- check
-
- check() {
- [ "$v" = "x:$HOME" ] || echo "Expected x:$HOME got $v"
- }
-
- local v=x:~
- check
-}
-
-run_test
OpenPOWER on IntegriCloud