Skip to content

Commit d31372e

Browse files
committed
regression sta_dir
Signed-off-by: James Cherry <cherry@parallaxsw.com>
1 parent c010a0f commit d31372e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/regression

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ exec tclsh $0 ${1+"$@"}
3131

3232
# Directory containing tests.
3333
set test_dir [file dirname [file normalize [info script]]]
34-
set sta_dir [file normalize [file join $test_dir ".."]]
34+
set sta_dir [file dirname $test_dir]
3535
source [file join $test_dir regression_vars.tcl]
3636
source [file join $test_dir regression.tcl]
3737

0 commit comments

Comments
 (0)