From 0fc0b3973d45c0faed388700b33db366538ad550 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Sun, 15 May 2005 22:51:59 +0000 Subject: [PATCH] Fix another typo From-SVN: r99750 --- gcc/testsuite/lib/compat.exp | 1 + 1 file changed, 1 insertion(+) 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. -- 2.30.2