X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fget-data-psql.sh;h=fa61d6d684db5ee9ea1060ad6f6dd69cc31f2666;hb=d6f31aec49cf2d0913ed4e88b0d821b296e9e167;hp=e47b5af7113275c4d26f0b9d2fa0115caf7570c3;hpb=7154ba03964f5edfc321b7625a3ed3524d54a38c;p=pspp diff --git a/tests/command/get-data-psql.sh b/tests/command/get-data-psql.sh index e47b5af711..fa61d6d684 100755 --- a/tests/command/get-data-psql.sh +++ b/tests/command/get-data-psql.sh @@ -31,6 +31,7 @@ cleanup() return ; fi PGHOST=$TEMPDIR $pgpath/pg_ctl -D $TEMPDIR/cluster stop -W -o "-k $TEMPDIR -h ''" > /dev/null 2>&1 + cd / rm -rf $TEMPDIR }