From 4bef1a1ca1ce2c9da28bad7c959a49d1cca35c06 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 22 Feb 2002 11:37:41 +0000 Subject: Do not complain if gasp does not exist. --- gas/testsuite/gasp/gasp.exp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gas/testsuite/gasp/gasp.exp') diff --git a/gas/testsuite/gasp/gasp.exp b/gas/testsuite/gasp/gasp.exp index 2a72a6d..c1f6dc9 100644 --- a/gas/testsuite/gasp/gasp.exp +++ b/gas/testsuite/gasp/gasp.exp @@ -1,5 +1,12 @@ # Test gasp. +# GASP is now deprecared (and not built by default) +# so if it does not exit, do not test it. +global GASP +if {![info exists GASP] || ! [file exists $GASP] } then { + return 1 +} + proc gasp_test { filename testname opt } { global GASP global srcdir -- cgit v1.1