diff options
| author | Alexander Barton <alex@barton.de> | 2015-03-11 22:14:24 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2015-03-11 22:14:24 +0100 |
| commit | f16eb1b686ab3cd3c0b313ef6853dce3ee129677 (patch) | |
| tree | c86c07ca4fa79d2f4fa30bc2bfb6156a4ad96459 /src/testsuite/README | |
| parent | c41f18e3f90512afcf38f42695c26708a1f34772 (diff) | |
| download | ngircd-f16eb1b686ab3cd3c0b313ef6853dce3ee129677.tar.gz ngircd-f16eb1b686ab3cd3c0b313ef6853dce3ee129677.zip | |
Fix typo in src/testsuite/README
Diffstat (limited to 'src/testsuite/README')
| -rw-r--r-- | src/testsuite/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testsuite/README b/src/testsuite/README index c8a39170..4ff5ea9f 100644 --- a/src/testsuite/README +++ b/src/testsuite/README @@ -50,7 +50,7 @@ start-server.sh [<id>] and that no other instance of the test binary is already running. The exit code is 0 if the test binary could be started. -stop-server.sha [<id>] +stop-server.sh [<id>] This script uses getpid.sh to detect a running test binary "T-ngircd<id>" and then shuts it down using the TERM signal. |