From 5604ec97d6152b04198e729d80d53969d8222cbe Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Tue, 29 Mar 2016 16:51:38 +0000 Subject: [PATCH] remove obselete docs --- readme.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index 795267c..b8dd7c1 100644 --- a/readme.md +++ b/readme.md @@ -183,14 +183,9 @@ shell.) 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. -This allows non-shell test scripts or test scripts 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 +This allows non-shell test scripts or test scripts for other languages +or for specific shells to coexist with those whose invocation should be +controlled by `-s`. ## References