test/cxx/UtilsTest.cpp in passenger-4.0.45 vs test/cxx/UtilsTest.cpp in passenger-4.0.46

- old
+ new

@@ -169,9 +169,10 @@ ensure_equals(string(line), "hello world!"); } TEST_METHOD(21) { // It immediately unlinks the temp file. + DONT_RUN_IN_VAGRANT(); TempDir td("utils_test.tmp"); BufferedUpload t("utils_test.tmp"); ensure_equals(listDir("utils_test.tmp").size(), 0u); }