From 7e44bcfd8a3b0947bdc7e325671ec5fc4401cb21 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 3 May 2014 19:57:20 -0700 Subject: Make inotify-based universal variable notifier tests pass --- fish_tests.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fish_tests.cpp') diff --git a/fish_tests.cpp b/fish_tests.cpp index 7256c3df..f6feda77 100644 --- a/fish_tests.cpp +++ b/fish_tests.cpp @@ -2371,7 +2371,9 @@ static void test_universal_notifiers() test_notifiers_with_strategy(universal_notifier_t::strategy_notifyd); #endif #if __linux || linux + 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_inotify); + if (system("rm -Rf /tmp/fish_uvars_test/")) err(L"rm failed"); #endif } -- cgit v1.2.3