[tip: core/rcu] torture: Remove obsolete "cd $KVM"

From: tip-bot2 for Paul E. McKenney
Date: Fri Jul 31 2020 - 05:22:39 EST


The following commit has been merged into the core/rcu branch of tip:

Commit-ID: 7a6bbeaa01f71af2722fd775a4a4ff9593d12838
Gitweb: https://git.kernel.org/tip/7a6bbeaa01f71af2722fd775a4a4ff9593d12838
Author: Paul E. McKenney <paulmck@xxxxxxxxxx>
AuthorDate: Tue, 16 Jun 2020 17:07:15 -07:00
Committer: Paul E. McKenney <paulmck@xxxxxxxxxx>
CommitterDate: Mon, 29 Jun 2020 12:01:45 -07:00

torture: Remove obsolete "cd $KVM"

In the dim distant past, qemu commands needed to be run from the
rcutorture directory, but this is no longer the case. This commit
therefore removes the now-useless "cd $KVM" from the kvm-test-1-run.sh
script.

Signed-off-by: Paul E. McKenney <paulmck@xxxxxxxxxx>
---
tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh | 1 -
1 file changed, 1 deletion(-)

diff --git a/tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh b/tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh
index 484445b..e07779a 100755
--- a/tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh
+++ b/tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh
@@ -124,7 +124,6 @@ seconds=$4
qemu_args=$5
boot_args=$6

-cd $KVM
kstarttime=`gawk 'BEGIN { print systime() }' < /dev/null`
if test -z "$TORTURE_BUILDONLY"
then