From: Rob Savoye Date: Mon, 19 Apr 1993 21:05:03 +0000 (+0000) Subject: Mostly cleanup. Doesn't prints it's own pass/fail message anymore. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0fd9814fe5534b9b0bac19ab780cc70bb9e90e19;p=binutils-gdb.git Mostly cleanup. Doesn't prints it's own pass/fail message anymore. --- diff --git a/binutils/testsuite/lib/util-defs.exp b/binutils/testsuite/lib/util-defs.exp index 4a2f0134f3b..d26907249fa 100755 --- a/binutils/testsuite/lib/util-defs.exp +++ b/binutils/testsuite/lib/util-defs.exp @@ -65,16 +65,12 @@ proc util_test { args } { set comp_output [util_start $cmd $cmd_arg $file] if [regexp "$pattern" $comp_output] then { - pass "$message" return 0 } if [string match "" $comp_output] then { - warning "Got no output." return 1 } - - fail "$message" return 1 }