aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>2005-05-15 22:51:59 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2005-05-15 22:51:59 +0000
commit0fc0b3973d45c0faed388700b33db366538ad550 (patch)
tree66e5a68a0a47c568d0e332fe6214dcbb3bdbf7c3
parente8bcfe5330eb505b637164eadeadcaca3c917765 (diff)
downloadgcc-0fc0b3973d45c0faed388700b33db366538ad550.zip
gcc-0fc0b3973d45c0faed388700b33db366538ad550.tar.gz
gcc-0fc0b3973d45c0faed388700b33db366538ad550.tar.bz2
Fix another typo
From-SVN: r99750
-rw-r--r--gcc/testsuite/lib/compat.exp1
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.