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 24286cea14af..5b35fa04429b 100755
--- a/tools/testing/ktest/ktest.pl
+++ b/tools/testing/ktest/ktest.pl
@@ -1087,7 +1087,7 @@ sub install {
1087 1087
1088 unlink "$tmpdir/$modtar"; 1088 unlink "$tmpdir/$modtar";
1089 1089
1090 run_ssh "'(cd / && tar xf /tmp/$modtar)'" or 1090 run_ssh "'(cd / && tar xjf /tmp/$modtar)'" or
1091 dodie "failed to tar modules"; 1091 dodie "failed to tar modules";
1092 1092
1093 run_ssh "rm -f /tmp/$modtar"; 1093 run_ssh "rm -f /tmp/$modtar";