/bin/sh not login shell

This commit is contained in:
David Jones 2013-07-02 09:43:16 +01:00
parent 153b04b462
commit 85bfafffc8
1 changed files with 4 additions and 2 deletions

View File

@ -19,8 +19,10 @@ Run the tests
cd urchin/tests cd urchin/tests
../urchin . ../urchin .
The above command will run the tests in your login shell; to test cross-shell The above command will run the tests in your systems default
compatibility, run this. shell, /bin/sh (on recent Ubuntu this is dash, but it could be
ksh or bash on other systems); to test cross-shell compatibility,
run this:
cd urchin cd urchin
./cross-shell-tests ./cross-shell-tests