Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/exec: Fix grammar in an error message.

Replace "not ... nor" in the error message with "neither ... nor".

Signed-off-by: Chang Yu <marcus.yu.56@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

Chang Yu and committed by
Shuah Khan
37ee7d19 45eb1bf4

+1 -1
+1 -1
tools/testing/selftests/exec/execveat.c
··· 117 117 } 118 118 if ((WEXITSTATUS(status) != expected_rc) && 119 119 (WEXITSTATUS(status) != expected_rc2)) { 120 - ksft_print_msg("child %d exited with %d not %d nor %d\n", 120 + ksft_print_msg("child %d exited with %d neither %d nor %d\n", 121 121 child, WEXITSTATUS(status), expected_rc, 122 122 expected_rc2); 123 123 ksft_test_result_fail("%s\n", test_name);