summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute/attribute_populator/attribute_populator_test.cpp
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2017-05-16 11:18:37 +0200
committerGitHub <noreply@github.com>2017-05-16 11:18:37 +0200
commit559c40a04cf44218d08e15fd82ddd5de5ab811bd (patch)
tree042d82f8ce8a7c03e862a401a96cd62a19bf8595 /searchcore/src/tests/proton/attribute/attribute_populator/attribute_populator_test.cpp
parentec6aa16ef0b2e4571a76983fffdd980a95ede4ec (diff)
Revert "Revert "Toregge/add shrink lid space flush target""
Diffstat (limited to 'searchcore/src/tests/proton/attribute/attribute_populator/attribute_populator_test.cpp')
-rw-r--r--searchcore/src/tests/proton/attribute/attribute_populator/attribute_populator_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/attribute/attribute_populator/attribute_populator_test.cpp b/searchcore/src/tests/proton/attribute/attribute_populator/attribute_populator_test.cpp
index 41ff853047d..4a3f0eb09b7 100644
--- a/searchcore/src/tests/proton/attribute/attribute_populator/attribute_populator_test.cpp
+++ b/searchcore/src/tests/proton/attribute/attribute_populator/attribute_populator_test.cpp
@@ -100,5 +100,6 @@ TEST_F("require that reprocess with document populates attribute", Fixture)
TEST_MAIN()
{
+ vespalib::rmdir(TEST_DIR, true);
TEST_RUN_ALL();
}