OSDN Git Service

* testsuite/lib/libstdc++.exp (dg-test): Explicitly run
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Apr 2001 00:03:51 +0000 (00:03 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Apr 2001 00:03:51 +0000 (00:03 +0000)
        the program in the current directory.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41234 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/lib/libstdc++.exp

index 8647710..9bc2a86 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-10  Richard Henderson  <rth@redhat.com>
+
+       * testsuite/lib/libstdc++.exp (dg-test): Explicitly run
+       the program in the current directory.
+
 2001-04-08  Gabriel Dos Reis  <gdr@codesourcery.com>
 
        * include/bits/std_valarray.h(valarray<>::operator[]): Make
index 5d9633b..ea148e6 100644 (file)
@@ -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"