Skip to content

Commit

Permalink
fixed test breaking when behaviour was actually correct
Browse files Browse the repository at this point in the history
  • Loading branch information
ssadedin committed Feb 28, 2013
1 parent abb8471 commit e26f700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/prefix/test.groovy
Expand Up @@ -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"
}
}

Expand Down

0 comments on commit e26f700

Please sign in to comment.