From a14fd7f5649dfec7994af44dc5ce10473921d22d Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 10 Apr 2001 17:03:51 -0700 Subject: [PATCH] libstdc++.exp (dg-test): Explicitly run the program in the current directory. * testsuite/lib/libstdc++.exp (dg-test): Explicitly run the program in the current directory. From-SVN: r41234 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/testsuite/lib/libstdc++.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 86477104544..9bc2a866c7b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2001-04-10 Richard Henderson + + * testsuite/lib/libstdc++.exp (dg-test): Explicitly run + the program in the current directory. + 2001-04-08 Gabriel Dos Reis * include/bits/std_valarray.h(valarray<>::operator[]): Make diff --git a/libstdc++-v3/testsuite/lib/libstdc++.exp b/libstdc++-v3/testsuite/lib/libstdc++.exp index 5d9633b9b42..ea148e69fe0 100644 --- a/libstdc++-v3/testsuite/lib/libstdc++.exp +++ b/libstdc++-v3/testsuite/lib/libstdc++.exp @@ -545,7 +545,7 @@ proc dg-test { args } { warning "$name compilation failed to produce executable" } else { set status -1 - set result [${tool}_load $output_file] + set result [${tool}_load ./$output_file] set status [lindex $result 0]; set output [lindex $result 1]; #send_user "After exec, status: $status\n" -- 2.30.2