From: Mark Mitchell Date: Sun, 15 May 2005 22:51:59 +0000 (+0000) Subject: Fix another typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0fc0b3973d45c0faed388700b33db366538ad550;p=gcc.git Fix another typo From-SVN: r99750 --- diff --git a/gcc/testsuite/lib/compat.exp b/gcc/testsuite/lib/compat.exp index 567e0ead705..ee0a92b328c 100644 --- a/gcc/testsuite/lib/compat.exp +++ b/gcc/testsuite/lib/compat.exp @@ -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.