diff options
Diffstat (limited to 't/nobase-nodist.sh')
-rwxr-xr-x | t/nobase-nodist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/nobase-nodist.sh b/t/nobase-nodist.sh index 54b940b9b..6024e5c29 100755 --- a/t/nobase-nodist.sh +++ b/t/nobase-nodist.sh @@ -16,7 +16,7 @@ # Interaction of 'nobase_' and 'nodist_' prefixes. -. ./defs || Exit 1 +. ./defs || exit 1 # Simulate no emacs and no python (it shouldn't be needed in this test). EMACS="no" PYTHON=":"; export EMCAS PYTHON |