diff options
Diffstat (limited to 'tools/testing')
-rwxr-xr-x | tools/testing/ktest/ktest.pl | 2 |
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 | ||
562 | sub reboot_to { | 562 | sub 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 | ||