remove obselete docs

This commit is contained in:
Thomas Levine 2016-03-29 16:51:38 +00:00
parent 8ecea33c16
commit 5604ec97d6
1 changed files with 3 additions and 8 deletions

View File

@ -183,14 +183,9 @@ shell.)
Note that only test scripts that either have no shebang line at all or Note that only test scripts that either have no shebang line at all or
have shebang line `#!/bin/sh` are invoked with the specified shell. have shebang line `#!/bin/sh` are invoked with the specified shell.
This allows non-shell test scripts or test scripts for specific This allows non-shell test scripts or test scripts for other languages
shells to coexist with those whose invocation should be controlled by `-s`. or for specific shells to coexist with those whose invocation should be
controlled by `-s`.
To test with multiple shells in sequence, use something like:
for shell in sh bash ksh zsh; do
urchin -s $shell ./tests
done
## References ## References