aboutsummaryrefslogtreecommitdiff
path: root/tests/test
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-24 07:38:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-24 07:38:21 +0200
commit756054785a425e235f78ac7681b812ec693aa775 (patch)
tree8a50f075969383dfd4bd3c452aadd43fcf59e580 /tests/test
parentc2a7f5db75ca002fdd3f2ca88542599523da5ee1 (diff)
Remove target/scope irregularity workarounds
Diffstat (limited to 'tests/test')
-rw-r--r--tests/test/simple/generated/testscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test/simple/generated/testscript b/tests/test/simple/generated/testscript
index 63200f7..61258b0 100644
--- a/tests/test/simple/generated/testscript
+++ b/tests/test/simple/generated/testscript
@@ -27,7 +27,7 @@ EOI
ln -s $src_base/input.in ./;
$* <<EOI
driver = $src_root/../exe{driver}
-dir{./}: test = $driver # @@ TMP (target/scope regularity)
+./: test = $driver
./: $driver
./: file{input}: test.input = true
file{input}: in{input} $src_root/manifest #@@ in module
@@ -38,7 +38,7 @@ EOI
ln -s $src_base/output.in ./;
$* <<EOI
driver = $src_root/../exe{driver}
-dir{./}: test = $driver # @@ TMP (target/scope regularity)
+./: test = $driver
./: $driver
./: file{output}: test.stdout = true
file{output}: in{output} $src_root/manifest #@@ in module