Salome HOME
sat job: be able to pass global options to a specific command (sat -o ... command)
[tools/sat.git] / test / environ / test_environ.py
index 7677017707b29f104bd3c133e1b74efbdef0b7d5..f7820e1a5398547c5c3d16e84d72e24672da3812 100644 (file)
@@ -145,7 +145,7 @@ class TestSource(unittest.TestCase):
         OK = 'KO'
         
         appli = 'appli-test'
-        shell = 'batch'
+        shell = 'bat'
         file_env_name = 'env_launch.bat'
         
         sat = Sat()