diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-26 09:53:46 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-03 15:23:09 +0200 |
commit | 57c4e39dcb8eb6013e22cfe82597111c5c6a55af (patch) | |
tree | eaf81473dbda167a187f01a632d39ba2f4908c71 /old-tests/test.sh | |
parent | 4b9de5c80934772dbc5503e65e265da452ca356a (diff) |
Regularize directory target/scope-specific variable assignment syntax
Diffstat (limited to 'old-tests/test.sh')
-rwxr-xr-x | old-tests/test.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/old-tests/test.sh b/old-tests/test.sh index f02291a..96a7ed3 100755 --- a/old-tests/test.sh +++ b/old-tests/test.sh @@ -24,6 +24,5 @@ test "variable/expansion" test "variable/null" test "variable/override" test "variable/prepend" -test "variable/qualified" test "variable/type" test "variable/type-pattern-append" |