diff options
| author | Alexander Barton <alex@barton.de> | 2004-09-04 18:22:42 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2004-09-04 18:22:42 +0000 |
| commit | 9445962237f6f16e63336a7fae633ca7d061c6fe (patch) | |
| tree | 13bcba7364188faff060cfb7e94fde5083690ca7 /src/testsuite | |
| parent | 6b898b63f0df05765cda1ee7c9766595fb98f1b7 (diff) | |
| download | ngircd-9445962237f6f16e63336a7fae633ca7d061c6fe.tar.gz ngircd-9445962237f6f16e63336a7fae633ca7d061c6fe.zip | |
Changed text "test scripts" to "processes": some versions of expect(1)
fork child processes ...
Diffstat (limited to 'src/testsuite')
| -rwxr-xr-x | src/testsuite/wait-tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testsuite/wait-tests.sh b/src/testsuite/wait-tests.sh index 52458be9..89eb88e2 100755 --- a/src/testsuite/wait-tests.sh +++ b/src/testsuite/wait-tests.sh @@ -9,7 +9,7 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: wait-tests.sh,v 1.2 2004/09/04 16:14:47 alex Exp $ +# $Id: wait-tests.sh,v 1.3 2004/09/04 18:22:42 alex Exp $ # [ "$1" -gt 0 ] 2> /dev/null && MAX="$1" || MAX=5 @@ -26,7 +26,7 @@ while true; do [ $count -le $MAX ] && break if [ $msg -lt 1 ]; then - echo -n " waiting for test scripts to settle: " + echo -n " waiting for processes to settle: " msg=1 fi |