From 0fd9814fe5534b9b0bac19ab780cc70bb9e90e19 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Mon, 19 Apr 1993 21:05:03 +0000 Subject: [PATCH] Mostly cleanup. Doesn't prints it's own pass/fail message anymore. --- binutils/testsuite/lib/util-defs.exp | 4 ---- 1 file changed, 4 deletions(-) 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 } -- 2.30.2