summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/x86/test_vsyscall.c
diff options
context:
space:
mode:
authorLinus Torvalds2019-07-30 22:10:07 +0200
committerLinus Torvalds2019-07-30 22:10:07 +0200
commit2f6f0a996218cdd9d275aac41828f54367e6fa28 (patch)
treef6765ade9bca0ea44cd4910d317de82cdf1fc7c9 /tools/testing/selftests/x86/test_vsyscall.c
parentMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (diff)
parentselftests/livepatch: add test skip handling (diff)
downloadkernel-qcow2-linux-2f6f0a996218cdd9d275aac41828f54367e6fa28.tar.gz
kernel-qcow2-linux-2f6f0a996218cdd9d275aac41828f54367e6fa28.tar.xz
kernel-qcow2-linux-2f6f0a996218cdd9d275aac41828f54367e6fa28.zip
Merge tag 'linux-kselftest-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull kselftest fixes from Shuah Khan: "Minor fixes to tests and one major fix to livepatch test to add skip handling to avoid false fail reports when livepatch is disabled" * tag 'linux-kselftest-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: selftests/livepatch: add test skip handling selftests: mlxsw: Fix typo in qos_mc_aware.sh selftests/x86: fix spelling mistake "FAILT" -> "FAIL" selftests: kmod: Fix typo in kmod.sh
Diffstat (limited to 'tools/testing/selftests/x86/test_vsyscall.c')
-rw-r--r--tools/testing/selftests/x86/test_vsyscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/x86/test_vsyscall.c b/tools/testing/selftests/x86/test_vsyscall.c
index 4602326b8f5b..a4f4d4cf22c3 100644
--- a/tools/testing/selftests/x86/test_vsyscall.c
+++ b/tools/testing/selftests/x86/test_vsyscall.c
@@ -451,7 +451,7 @@ static int test_vsys_x(void)
printf("[OK]\tExecuting the vsyscall page failed: #PF(0x%lx)\n",
segv_err);
} else {
- printf("[FAILT]\tExecution failed with the wrong error: #PF(0x%lx)\n",
+ printf("[FAIL]\tExecution failed with the wrong error: #PF(0x%lx)\n",
segv_err);
return 1;
}