1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-03 14:32:22 +02:00

Disable regression_131 test on darwin.

It's not clear why it's failing. Maybe it doesn't permit certain
characters in file paths?
This commit is contained in:
Andrew Gallant 2016-10-10 21:03:11 -04:00
parent 60c016c243
commit 4e52059ad6

View File

@ -776,6 +776,9 @@ clean!(regression_127, "Sherlock", ".", |wd: WorkDir, mut cmd: Command| {
});
// See: https://github.com/BurntSushi/ripgrep/issues/131
//
// TODO(burntsushi): Darwin doesn't like this test for some reason.
#[cfg(not(darwin))]
clean!(regression_131, "test", ".", |wd: WorkDir, mut cmd: Command| {
wd.create(".gitignore", "TopÑapa");
wd.create("TopÑapa", "test");