aboutsummaryrefslogtreecommitdiff
path: root/tests/search
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-02-26 09:53:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-03 15:23:09 +0200
commit57c4e39dcb8eb6013e22cfe82597111c5c6a55af (patch)
treeeaf81473dbda167a187f01a632d39ba2f4908c71 /tests/search
parent4b9de5c80934772dbc5503e65e265da452ca356a (diff)
Regularize directory target/scope-specific variable assignment syntax
Diffstat (limited to 'tests/search')
-rw-r--r--tests/search/dir/testscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/search/dir/testscript b/tests/search/dir/testscript
index 4cd368b..e9ffa6a 100644
--- a/tests/search/dir/testscript
+++ b/tests/search/dir/testscript
@@ -30,14 +30,14 @@ $* <'./: bar/' >'bar'
: existing-scope
:
$* <<EOI >'bar'
-bar/: x = y
+bar/ x = y
./: bar/
EOI
: existing-target-implied
:
$* <<EOI >'bar'
-dir{bar/}: x = y
+dir{bar/}: x = y # @@ TMP
./: bar/
EOI