From 49a6b48c1804bb4fc13cd621528486972849b8de Mon Sep 17 00:00:00 2001 From: jay Date: Mon, 3 Jan 2005 00:45:49 +0000 Subject: [PATCH] Clean up (delete) find.out at at the end of the test. --- find/testsuite/config/unix.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find/testsuite/config/unix.exp b/find/testsuite/config/unix.exp index 3f033f7..79500c9 100644 --- a/find/testsuite/config/unix.exp +++ b/find/testsuite/config/unix.exp @@ -119,6 +119,6 @@ proc find_start { passfail options {infile ""}} { # Called by runtest. # Clean up (remove temporary files) before runtest exits. proc find_exit {} { - #catch "exec rm -f find.out" + catch "exec rm -f find.out" exec echo hello } -- 2.11.4.GIT