change to pushd

This commit is contained in:
Christopher Engelhard 2020-11-14 17:15:25 +01:00
commit 0d2e6846ab

View file

@ -21,7 +21,7 @@ rlJournalStart
rlAssertExists "$installdir"
rlAssertExists "$datadir"
# switch to installdir to run occ
rlRun "cd $installdir" 0 "Switch to nextcloud directory"
rlRun "pushd $installdir" 0 "Switch to nextcloud directory"
rlPhaseEnd
# run tests