From 0d2e6846abd6500f53a8e29befe092ae2d0e4352 Mon Sep 17 00:00:00 2001 From: Christopher Engelhard Date: Sat, 14 Nov 2020 17:15:25 +0100 Subject: [PATCH] change to pushd --- tests/occ/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/occ/test.sh b/tests/occ/test.sh index 9145ffc..3a80a69 100755 --- a/tests/occ/test.sh +++ b/tests/occ/test.sh @@ -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