libstdc++.exp (dg-test): Explicitly run the program in the current directory.
authorRichard Henderson <rth@redhat.com>
Wed, 11 Apr 2001 00:03:51 +0000 (17:03 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 11 Apr 2001 00:03:51 +0000 (17:03 -0700)
        * testsuite/lib/libstdc++.exp (dg-test): Explicitly run
        the program in the current directory.

From-SVN: r41234

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

index 864771045447747be57b61910c541474e443dd99..9bc2a866c7b83697361aa42e8e5d36fc6b3fe8f5 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 5d9633b9b4215283661720cec8fc357719b86d8a..ea148e69fe0c2205cec52c86c3b73da993cf0476 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"