Skip to content

Commit

Permalink
Merge 6af0c35 into 15b3419
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Smith committed Jan 13, 2016
2 parents 15b3419 + 6af0c35 commit 6d46b09
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 6d46b09

Please sign in to comment.