From 205b28531d6df621e624137ea1bf914225956cb8 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Thu, 28 May 2020 21:29:05 -0500 Subject: Fix problems with relative srcdir in testsuite/runtest.main/options.exp --- testsuite/runtest.main/options.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite') 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]} { -- cgit v1.1