From e5e0dec4b054376cd91d2242d173dbf259ccce32 Mon Sep 17 00:00:00 2001 From: Bryan Herman Date: Mon, 12 Aug 2013 14:45:25 -0400 Subject: [PATCH] tallies output file removed during cleanup --- tests/test_filter_cell/test_filter_cell.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_filter_cell/test_filter_cell.py b/tests/test_filter_cell/test_filter_cell.py index b5c3dd2971..1cb3b704be 100644 --- a/tests/test_filter_cell/test_filter_cell.py +++ b/tests/test_filter_cell/test_filter_cell.py @@ -30,7 +30,8 @@ def test_results(): assert compare def teardown(): - output = [pwd + '/statepoint.10.binary', pwd + '/results_test.dat'] + output = [pwd + '/statepoint.10.binary', pwd + '/tallies.out', + pwd + '/results_test.dat'] for f in output: if os.path.exists(f): os.remove(f)