diff options
-rw-r--r-- | gcc/testsuite/lib/compat.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/lib/compat.exp b/gcc/testsuite/lib/compat.exp index 567e0ea..ee0a92b 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. |