aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing')
-rwxr-xr-xtools/testing/ktest/ktest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl
index 6e8597398468..08a875fa4251 100755
--- a/tools/testing/ktest/ktest.pl
+++ b/tools/testing/ktest/ktest.pl
@@ -561,7 +561,7 @@ sub wait_for_input
561 561
562sub reboot_to { 562sub reboot_to {
563 if ($reboot_type eq "grub") { 563 if ($reboot_type eq "grub") {
564 run_command "$ssh_exec '(echo \"savedefault --default=$grub_number --once\" | grub --batch; reboot)'"; 564 run_ssh "'(echo \"savedefault --default=$grub_number --once\" | grub --batch; reboot)'";
565 return; 565 return;
566 } 566 }
567 567