mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
Refine test for enabling strategy_inotify in fish_tests
This commit is contained in:
parent
31f2a3a7d7
commit
a526693915
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue