aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-05-28 21:29:05 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-05-28 21:29:05 -0500
commit205b28531d6df621e624137ea1bf914225956cb8 (patch)
treee5c97241fbaef7b6bb903dda3b2f20f13597eed5 /testsuite
parent6a5b5861457230cc9ff5e01dc2ad3e1435051b93 (diff)
downloaddejagnu-205b28531d6df621e624137ea1bf914225956cb8.zip
dejagnu-205b28531d6df621e624137ea1bf914225956cb8.tar.gz
dejagnu-205b28531d6df621e624137ea1bf914225956cb8.tar.bz2
Fix problems with relative srcdir in testsuite/runtest.main/options.exp
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/runtest.main/options.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/runtest.main/options.exp b/testsuite/runtest.main/options.exp
index da28db1..abbdc6a 100644
--- a/testsuite/runtest.main/options.exp
+++ b/testsuite/runtest.main/options.exp
@@ -29,7 +29,7 @@ puts $fd "set host_triplet $host_triplet"
puts $fd "set srcdir [testsuite file -source -test options]"
puts $fd "set objdir [testsuite file -object -test options]"
puts $fd "set tmpdir $tmpdir"
-puts $fd "cd [testsuite file -object -test options]"
+puts $fd "set outdir [testsuite file -object -test options]"
close $fd
if {![file isdirectory $tmpdir]} {