aboutsummaryrefslogtreecommitdiff
path: root/old-tests/variable/override/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'old-tests/variable/override/test.sh')
-rwxr-xr-xold-tests/variable/override/test.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/old-tests/variable/override/test.sh b/old-tests/variable/override/test.sh
index 94ed61f..4675b7e 100755
--- a/old-tests/variable/override/test.sh
+++ b/old-tests/variable/override/test.sh
@@ -53,8 +53,7 @@ function test ()
fi
}
-fail foo=bar[] # error: unexpected [ in variable assignment 'foo=bar[]'
-fail foo=[string]bar # error: typed override of variable foo
+fail "foo= [string] bar" # error: typed override of variable foo
#fail "!foo=bar" "!foo=BAR" # error: multiple global overrides of variable foo
#fail "foo=bar" "foo=BAR" # error: multiple project overrides of variable foo
#fail "%foo=bar" "%foo=BAR" # error: multiple project overrides of variable foo