Skip to content

Commit

Permalink
Made an adjustment to cope with Windows output
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed Jul 14, 2016
1 parent 6e150b7 commit 7822dd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class RunMakeSpec extends Specification {
String output = systemOut.toString()

expect:
output.contains('fake-make build install DESTDIR=foo/bar') || output.contains('fake-make.bat build install DESTDIR=foo/bar')
output =~ /.*fake-make(\.bat)?\s+build\s+install\s+DESTDIR=foo\/bar.*/
output.contains('INCAPATH=PERU')
}
}

0 comments on commit 7822dd6

Please sign in to comment.