Added "cd /" to the test scripts which don't already have it. This avoids warnings...
[pspp-builds.git] / tests / command / get-data-psql.sh
index e47b5af7113275c4d26f0b9d2fa0115caf7570c3..fa61d6d684db5ee9ea1060ad6f6dd69cc31f2666 100755 (executable)
@@ -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
 }