From fea36d652297768a1ea3f214e5310f9e0f470198 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Sat, 4 Jan 2020 17:36:35 -0800 Subject: [PATCH] regression flush cygwin support --- test/regression_vars.tcl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/regression_vars.tcl b/test/regression_vars.tcl index 47e2ddd1..3928cec8 100644 --- a/test/regression_vars.tcl +++ b/test/regression_vars.tcl @@ -17,11 +17,7 @@ # Regression variables. # Application program to run tests on. -if { [regexp "CYGWIN" [exec uname -a]] } { - set app "sta.exe" -} else { - set app "sta" -} +set app "sta" set sta_dir [file dirname $test_dir] set app_path [file join $sta_dir "app" $app] # Application options.