From 3d9ec6015395c44316c3b477672d39172f939ce1 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 15 Jun 2009 00:54:25 -0400 Subject: [PATCH] Unit Tests - tdb.t - Now cleans up it's temporary files. --- src/tests/tdb.t.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tests/tdb.t.cpp b/src/tests/tdb.t.cpp index 806222e9a..421bf4a7a 100644 --- a/src/tests/tdb.t.cpp +++ b/src/tests/tdb.t.cpp @@ -151,10 +151,8 @@ int main (int argc, char** argv) return -2; } -/* unlink ("./pending.data"); unlink ("./completed.data"); -*/ return 0; }