mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 08:11:15 -03:00
Remove an errant system("ls")
This commit is contained in:
@@ -2461,7 +2461,6 @@ static void test_universal_notifiers()
|
|||||||
if (system("mkdir -p /tmp/fish_uvars_test/ && touch /tmp/fish_uvars_test/varsfile.txt")) err(L"mkdir failed");
|
if (system("mkdir -p /tmp/fish_uvars_test/ && touch /tmp/fish_uvars_test/varsfile.txt")) err(L"mkdir failed");
|
||||||
test_notifiers_with_strategy(universal_notifier_t::strategy_shmem_polling);
|
test_notifiers_with_strategy(universal_notifier_t::strategy_shmem_polling);
|
||||||
test_notifiers_with_strategy(universal_notifier_t::strategy_named_pipe);
|
test_notifiers_with_strategy(universal_notifier_t::strategy_named_pipe);
|
||||||
system("ls");
|
|
||||||
#if __APPLE__
|
#if __APPLE__
|
||||||
test_notifiers_with_strategy(universal_notifier_t::strategy_notifyd);
|
test_notifiers_with_strategy(universal_notifier_t::strategy_notifyd);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user