dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] dejagnu : testsuite clean double set tool command


From: Gilles Espinasse
Subject: [PATCH] dejagnu : testsuite clean double set tool command
Date: Wed, 27 Mar 2013 18:54:41 +0100

Should be enought to set tool only once

Signed-off-by: Gilles Espinasse <address@hidden>
---
 testsuite/lib/libsup.exp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/testsuite/lib/libsup.exp b/testsuite/lib/libsup.exp
index 146115d..b463672 100644
--- a/testsuite/lib/libsup.exp
+++ b/testsuite/lib/libsup.exp
@@ -44,7 +44,6 @@ proc make_defaults_file { defs } {
     puts ${fd} "set target_triplet ${target_triplet}"
     puts ${fd} "set target_os ${target_os}"
     puts ${fd} "set target_cpu ${target_cpu}"
-    puts ${fd} "set tool foobar"
     puts ${fd} "set testcnt 0"
     puts ${fd} "set warncnt 0"
     puts ${fd} "set errcnt 0"
-- 
1.7.2.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]