aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-29 20:52:21 -0400
committerJack Lloyd <[email protected]>2017-09-29 20:52:21 -0400
commit184ce9f93906241d1807f73c7ea20283fc6ff222 (patch)
treee7bebae2bb197a0c43ea08815dcafe3677d4b334 /src/tests
parent8c6930185434f7a4af55a4176bac2d8be0452d1e (diff)
Windows!!!!!!!
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/test_filters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_filters.cpp b/src/tests/test_filters.cpp
index 8c858e6be..26d13e0bc 100644
--- a/src/tests/test_filters.cpp
+++ b/src/tests/test_filters.cpp
@@ -155,7 +155,7 @@ class Filter_Tests final : public Test
result.test_eq("output string", ss.str(), "efgh");
// ensure files are closed
- pipe.reset();
+ outfile.close();
outfile_read.close();
if(std::remove(tmp_name.c_str()) != 0)