Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Smith committed Jan 13, 2016
2 parents b6206a4 + e2f4d3c commit ab13cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/facts/external/windows/execution_resolver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ SCENARIO("resolving external executable facts") {
}
}
GIVEN("a relative path not on PATH") {
test_with_relative_path fixture("foo", "bar.bar", "");
test_with_relative_path fixture("foo", "bar.bat", "");
THEN("the file cannot be resolved") {
REQUIRE_FALSE(resolver.can_resolve("foo/bar.bat"));
}
Expand Down

0 comments on commit ab13cf1

Please sign in to comment.