aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_tests.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-05-21 10:55:00 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-05-21 10:55:00 -0700
commit8a577a9d4d71dd5b37a0c643ac8f44713b95f000 (patch)
tree4bc1beff50c7974a9ec21c65d4d14930d0017b0f /fish_tests.cpp
parent950150469a37169c0d16a2ef893befecd089f71b (diff)
Remove an errant system("ls")
Diffstat (limited to 'fish_tests.cpp')
-rw-r--r--fish_tests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/fish_tests.cpp b/fish_tests.cpp
index 9a29c649..4c53bf73 100644
--- a/fish_tests.cpp
+++ b/fish_tests.cpp
@@ -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");
test_notifiers_with_strategy(universal_notifier_t::strategy_shmem_polling);
test_notifiers_with_strategy(universal_notifier_t::strategy_named_pipe);
- system("ls");
#if __APPLE__
test_notifiers_with_strategy(universal_notifier_t::strategy_notifyd);
#endif