diff options
Diffstat (limited to 'test cases/unit/2 testsetups/envcheck.py')
-rwxr-xr-x | test cases/unit/2 testsetups/envcheck.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/unit/2 testsetups/envcheck.py b/test cases/unit/2 testsetups/envcheck.py index af39c4e..e41a715 100755 --- a/test cases/unit/2 testsetups/envcheck.py +++ b/test cases/unit/2 testsetups/envcheck.py @@ -2,4 +2,4 @@ import os -assert('PATH' in os.environ) +assert 'PATH' in os.environ |