aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--testsuite/lib/libsup.exp1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b030e3..09012b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-28 Gilles Espinasse <g.esp@free.fr>
+
+ * testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.
+
2013-03-26 Ben Elliston <bje@gnu.org>
* config.guess: Update to version 2013-02-12.
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"