From: David MacKenzie Date: Fri, 23 Jun 1995 03:04:05 +0000 (+0000) Subject: use /dev/null as cache X-Git-Tag: fsf-origin~267 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ebb48dfca0ba4ec52d619034522d6aa191144e5;p=thirdparty%2Fautoconf.git use /dev/null as cache --- diff --git a/testsuite/config/unix.exp b/testsuite/config/unix.exp index ef45d601f..cf4f08afd 100644 --- a/testsuite/config/unix.exp +++ b/testsuite/config/unix.exp @@ -89,9 +89,9 @@ proc autoconf_load { args } { } # Capture only stderr in exec_output, not "creating Makefile" etc. - catch "exec $args >/dev/null" exec_output + catch "exec $args --cache=/dev/null >/dev/null" exec_output if $verbose>1 then { - send_user "Executed $args\n" + send_user "Executed $args --cache=/dev/null\n" } if ![string match "" $exec_output] then { fail "$args, problem with executing"