From c43255971bc4042d9b148843cdec821e012dc526 Mon Sep 17 00:00:00 2001 From: kevind Date: Tue, 10 Oct 2000 07:05:37 +0000 Subject: [PATCH] * locate/testsuite/config/unix.exp: clean up tmp after test is finished. --- locate/testsuite/config/unix.exp | 1 + 1 file changed, 1 insertion(+) diff --git a/locate/testsuite/config/unix.exp b/locate/testsuite/config/unix.exp index 4b64bc3..6ed5cc9 100644 --- a/locate/testsuite/config/unix.exp +++ b/locate/testsuite/config/unix.exp @@ -150,6 +150,7 @@ proc locate_start { passfail updatedb_options locate_options } } pass "$testname" + catch "exec rm -rf tmp" } # Called by runtest. -- 2.11.4.GIT