diff options
Diffstat (limited to 't/py-compile-basic2.sh')
-rwxr-xr-x | t/py-compile-basic2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/py-compile-basic2.sh b/t/py-compile-basic2.sh index 3a09f45d3..c4c7ce0ee 100755 --- a/t/py-compile-basic2.sh +++ b/t/py-compile-basic2.sh @@ -19,7 +19,7 @@ # related test 'py-compile-basic.test'. required=python -. ./defs || Exit 1 +. ./defs || exit 1 ocwd=$(pwd) || fatal_ "getting current working directory" |