diff --git a/tests/prefix/test.groovy b/tests/prefix/test.groovy index bb0102ad..c246a75b 100755 --- a/tests/prefix/test.groovy +++ b/tests/prefix/test.groovy @@ -4,7 +4,7 @@ hello = { produce("test.txt.hello","test.txt.csv") { exec "echo hello > $output" - exec "echo hello > ${output.prefix}.csv" + exec "echo hello > ${output2.prefix}.csv" } }