From 15f515b9b969e87474a9507dc49613325e7f356b Mon Sep 17 00:00:00 2001 From: kevind Date: Mon, 9 Oct 2000 23:41:26 +0000 Subject: [PATCH] * xargs/testsuite/config/unix.exp: remove temporary file --- xargs/testsuite/config/unix.exp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xargs/testsuite/config/unix.exp b/xargs/testsuite/config/unix.exp index eff0428..fded8c9 100644 --- a/xargs/testsuite/config/unix.exp +++ b/xargs/testsuite/config/unix.exp @@ -77,6 +77,8 @@ proc xargs_start { passfail options {infile ""}} { set infile /dev/null } + catch "exec rm -f xargs.out" + set cmd "$XARGS $XARGSFLAGS $options < $infile > xargs.out" send_log "$cmd\n" if $verbose>1 then { -- 2.11.4.GIT