aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fish_tests.cpp')
-rw-r--r--fish_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish_tests.cpp b/fish_tests.cpp
index 57cf64af..3f5f2921 100644
--- a/fish_tests.cpp
+++ b/fish_tests.cpp
@@ -2383,7 +2383,7 @@ static void test_universal_notifiers()
#if __APPLE__
test_notifiers_with_strategy(universal_notifier_t::strategy_notifyd);
#endif
-#if __linux || linux
+#if HAVE_INOTIFY_INIT || HAVE_INOTIFY_INIT1
test_notifiers_with_strategy(universal_notifier_t::strategy_inotify);
#endif
if (system("rm -Rf /tmp/fish_uvars_test/")) err(L"rm failed");