Commit 0fc0b397 by Mark Mitchell

Fix another typo

From-SVN: r99750
parent e8bcfe53
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment