]> granicus.if.org Git - pgbouncer/commitdiff
Fix typo in test script
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 15 Aug 2018 21:11:56 +0000 (23:11 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 15 Aug 2018 21:11:56 +0000 (23:11 +0200)
test/ssl/test.sh

index c9e5880499584181ea63d9a8a04c1b2068b817f3..815065a99a7a3d6781e4fe703ebdb6efa96012f2 100755 (executable)
@@ -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"