regression flush cygwin support

This commit is contained in:
James Cherry 2020-01-04 17:36:35 -08:00
parent b67761390a
commit fea36d6522
1 changed files with 1 additions and 5 deletions

View File

@ -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.