From 25417843af4872fc58ea6d8edc0c0713a6337bde Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 9 Mar 2020 04:03:18 -0400 Subject: Remove extraneous files from sh sources --- bin/1sh/tests/parser/var-assign1.0 | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 bin/1sh/tests/parser/var-assign1.0 (limited to 'bin/1sh/tests/parser/var-assign1.0') diff --git a/bin/1sh/tests/parser/var-assign1.0 b/bin/1sh/tests/parser/var-assign1.0 deleted file mode 100644 index 244ccfc9..00000000 --- a/bin/1sh/tests/parser/var-assign1.0 +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD: releng/12.1/bin/sh/tests/parser/var-assign1.0 257920 2013-11-10 18:46:59Z jilles $ -# In a variable assignment, both the name and the equals sign must be entirely -# unquoted. Therefore, there is only one assignment below; the other words -# containing equals signs are command words. - -abc=0 -\abc=1 2>/dev/null -a\bc=2 2>/dev/null -abc\=3 2>/dev/null -a\bc\=4 2>/dev/null -'abc'=5 2>/dev/null -a'b'c=6 2>/dev/null -abc'='7 2>/dev/null -'abc=8' 2>/dev/null -"abc"=9 2>/dev/null -a"b"c=10 2>/dev/null -abc"="11 2>/dev/null -"abc=12" 2>/dev/null -[ "$abc" = 0 ] -- cgit 1.4.1