call5.gms : Check that gams works with COMSPEC unset

Description

If COMSPEC is not set, we have some logic in GAMS/Base to keep things
rolling when we execute a subshell.  Check that this really works.

Contributor: Steve


Small Model of Type : GAMS


Category : GAMS Test library


Main file : call5.gms

$title Check that gams works with COMSPEC unset (CALL5,SEQ=660)

$ontext
If COMSPEC is not set, we have some logic in GAMS/Base to keep things
rolling when we execute a subshell.  Check that this really works.

Contributor: Steve
$offtext

$dropenv COMSPEC
$call gams ? lo=0
$if errorlevel 1 $abort '$call gams  failed with COMSPEC unset'