This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch to libstdc++.exp


This is necessary for folks like myself who don't have . in their PATH.

2001-04-10  Jason Merrill  <jason_merrill@redhat.com>

	* testsuite/lib/libstdc++.exp (libstdc++-dg-test): Prepend "./" to
	output_file.

*** libstdc++.exp.~1~	Tue Apr  3 00:40:01 2001
--- libstdc++.exp	Tue Apr 10 18:00:34 2001
*************** proc libstdc++-dg-test { testfile compil
*** 178,183 ****
--- 178,184 ----
      
      libstdc++-process-options $testfile
      set output_file [file rootname [file tail $testfile]]
+     set output_file "./$output_file"
      switch $compile_type {
  	"preprocess" {
  	    set lt $lib_env(CXX)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]