Update darwin cfg attributes.

This commit is contained in:
Andrew Gallant
2016-10-10 21:48:47 -04:00
parent d3e118a786
commit a3537aa32a
2 changed files with 2 additions and 2 deletions

View File

@@ -778,7 +778,7 @@ 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))]
#[cfg(not(target_os = "macos"))]
clean!(regression_131, "test", ".", |wd: WorkDir, mut cmd: Command| {
wd.create(".gitignore", "TopÑapa");
wd.create("TopÑapa", "test");