Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

Commit 6d2abf1

Browse files
committed
testsuite: Update startall.sh
1 parent a90f87e commit 6d2abf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testsuite/startall.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ testdir=`pwd`
33
prefix=`sed -n -e 's/^#define IRCD_PREFIX "\(.*\)"/\1/p' "$testdir/../include/setup.h"`
44
[ -d $prefix ] || { echo Unable to find installation prefix; exit 1; }
55

6-
$prefix/bin/ircd -configfile $testdir/ircd.conf.1 -pidfile $testdir/ircd.pid.1
7-
$prefix/bin/ircd -configfile $testdir/ircd.conf.2 -pidfile $testdir/ircd.pid.2
8-
$prefix/bin/ircd -configfile $testdir/ircd.conf.3 -pidfile $testdir/ircd.pid.3
6+
$prefix/bin/charybdis -configfile $testdir/ircd.conf.1 -pidfile $testdir/ircd.pid.1
7+
$prefix/bin/charybdis -configfile $testdir/ircd.conf.2 -pidfile $testdir/ircd.pid.2
8+
$prefix/bin/charybdis -configfile $testdir/ircd.conf.3 -pidfile $testdir/ircd.pid.3

0 commit comments

Comments
 (0)