mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Remove an errant system("ls")
This commit is contained in:
parent
950150469a
commit
8a577a9d4d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue