Fix another typo
From-SVN: r99750
This commit is contained in:
parent
e8bcfe5330
commit
0fc0b3973d
1 changed files with 1 additions and 0 deletions
|
@ -289,6 +289,7 @@ proc compat-execute { src1 sid use_alt } {
|
||||||
}
|
}
|
||||||
if {[string first "$tmpdir/" "$testcase"] == 0} {
|
if {[string first "$tmpdir/" "$testcase"] == 0} {
|
||||||
set testcase [string range "$testcase" [string length "$tmpdir/"] end]
|
set testcase [string range "$testcase" [string length "$tmpdir/"] end]
|
||||||
|
set testcase "tmpdir-$testcase"
|
||||||
}
|
}
|
||||||
regsub "_main.*" $testcase "" testcase
|
regsub "_main.*" $testcase "" testcase
|
||||||
# Set up the base name of executable files so they'll be unique.
|
# Set up the base name of executable files so they'll be unique.
|
||||||
|
|
Loading…
Add table
Reference in a new issue