From: Peter Eisentraut Date: Wed, 15 Aug 2018 21:11:56 +0000 (+0200) Subject: Fix typo in test script X-Git-Tag: pgbouncer_1_10_0~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7aca819f980ce313e8aac16cc7b3c3f88e43c05;p=pgbouncer Fix typo in test script --- diff --git a/test/ssl/test.sh b/test/ssl/test.sh index c9e5880..815065a 100755 --- a/test/ssl/test.sh +++ b/test/ssl/test.sh @@ -41,7 +41,7 @@ done mkdir -p $LOGDIR rm -fr $BOUNCER_LOG $PG_LOG -rm -rr $PGDATA +rm -fr $PGDATA if [ ! -d $PGDATA ]; then echo "initdb"