Skip to content

Commit

Permalink
Fix dir matches test per #57 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Jan 21, 2021
1 parent 11df72b commit e06ffbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clink/app/test/dir.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ TEST_CASE("Directory match generation.")
{
cmd << "nest_1/nest_2\\";
tester.set_input(cmd.c_str());
tester.set_expected_matches("nest_1/nest_2\\nest_3a\\", "nest_1/nest_2\\nest_3b\\");
tester.set_expected_matches("nest_1\\nest_2\\nest_3a\\", "nest_1\\nest_2\\nest_3b\\");
tester.run();
}
}
Expand Down

0 comments on commit e06ffbd

Please sign in to comment.
-