summary refs log tree commit diff
path: root/bin/cash/tests/parser/line-cont3.0
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/cash/tests/parser/line-cont3.07
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/cash/tests/parser/line-cont3.0 b/bin/cash/tests/parser/line-cont3.0
deleted file mode 100644
index 2147209d..00000000
--- a/bin/cash/tests/parser/line-cont3.0
+++ /dev/null
@@ -1,7 +0,0 @@
-# $FreeBSD: releng/12.0/bin/sh/tests/parser/line-cont3.0 273243 2014-10-17 21:52:57Z jilles $
-
-v=`printf %s 'a\
-b'`
-w="`printf %s 'c\
-d'`"
-[ "$v$w" = abcd ]