aboutsummaryrefslogtreecommitdiff
path: root/tests/test/simple/generated/testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/simple/generated/testscript')
-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 f7ab8d6..4590466 100644
--- a/tests/test/simple/generated/testscript
+++ b/tests/test/simple/generated/testscript
@@ -30,7 +30,7 @@ driver = $src_root/../exe{driver}
dir{./}: test = $driver # @@ TMP (target/scope regularity)
./: $driver
./: file{input}: test.input = true
-file{input}: in{input} $src_root/file{manifest} #@@ in module
+file{input}: in{input} $src_root/manifest #@@ in module
EOI
: output
@@ -41,5 +41,5 @@ driver = $src_root/../exe{driver}
dir{./}: test = $driver # @@ TMP (target/scope regularity)
./: $driver
./: file{output}: test.stdout = true
-file{output}: in{output} $src_root/file{manifest} #@@ in module
+file{output}: in{output} $src_root/manifest #@@ in module
EOI