Fix another typo
authorMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 15 May 2005 22:51:59 +0000 (22:51 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 15 May 2005 22:51:59 +0000 (22:51 +0000)
From-SVN: r99750

gcc/testsuite/lib/compat.exp

index 567e0ea..ee0a92b 100644 (file)
@@ -289,6 +289,7 @@ proc compat-execute { src1 sid use_alt } {
     }
     if {[string first "$tmpdir/" "$testcase"] == 0} {
        set testcase [string range "$testcase" [string length "$tmpdir/"] end]
+       set testcase "tmpdir-$testcase"
     }
     regsub "_main.*" $testcase "" testcase
     # Set up the base name of executable files so they'll be unique.