diff options
author | Linus Torvalds | 2019-07-30 22:10:07 +0200 |
---|---|---|
committer | Linus Torvalds | 2019-07-30 22:10:07 +0200 |
commit | 2f6f0a996218cdd9d275aac41828f54367e6fa28 (patch) | |
tree | f6765ade9bca0ea44cd4910d317de82cdf1fc7c9 /tools/testing/selftests/x86/test_vsyscall.c | |
parent | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (diff) | |
parent | selftests/livepatch: add test skip handling (diff) | |
download | kernel-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.c | 2 |
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; } |