Remove outdated comment

This commit is contained in:
David Peter 2021-11-26 17:40:07 +01:00
parent bf9e6fd36e
commit 13cdfb32f8

View file

@ -1924,7 +1924,6 @@ fn test_error_if_hidden_not_set_and_pattern_starts_with_dot() {
te.assert_output(&[".gitignore"], "");
}
/// Show "./" prefix in results if a search path is provided
#[test]
fn test_no_strip() {
let te = TestEnv::new(DEFAULT_DIRS, DEFAULT_FILES);