mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 13:01:21 -03:00
Refine test for enabling strategy_inotify in fish_tests
This commit is contained in:
@@ -2383,7 +2383,7 @@ static void test_universal_notifiers()
|
|||||||
#if __APPLE__
|
#if __APPLE__
|
||||||
test_notifiers_with_strategy(universal_notifier_t::strategy_notifyd);
|
test_notifiers_with_strategy(universal_notifier_t::strategy_notifyd);
|
||||||
#endif
|
#endif
|
||||||
#if __linux || linux
|
#if HAVE_INOTIFY_INIT || HAVE_INOTIFY_INIT1
|
||||||
test_notifiers_with_strategy(universal_notifier_t::strategy_inotify);
|
test_notifiers_with_strategy(universal_notifier_t::strategy_inotify);
|
||||||
#endif
|
#endif
|
||||||
if (system("rm -Rf /tmp/fish_uvars_test/")) err(L"rm failed");
|
if (system("rm -Rf /tmp/fish_uvars_test/")) err(L"rm failed");
|
||||||
|
|||||||
Reference in New Issue
Block a user