diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 2005-05-15 22:51:59 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2005-05-15 22:51:59 +0000 |
commit | 0fc0b3973d45c0faed388700b33db366538ad550 (patch) | |
tree | 66e5a68a0a47c568d0e332fe6214dcbb3bdbf7c3 | |
parent | e8bcfe5330eb505b637164eadeadcaca3c917765 (diff) | |
download | gcc-0fc0b3973d45c0faed388700b33db366538ad550.zip gcc-0fc0b3973d45c0faed388700b33db366538ad550.tar.gz gcc-0fc0b3973d45c0faed388700b33db366538ad550.tar.bz2 |
Fix another typo
From-SVN: r99750
-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. |