projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45eb1bf
)
selftests/exec: Fix grammar in an error message.
author
Chang Yu
<marcus.yu.56@gmail.com>
Wed, 24 Jul 2024 04:21:28 +0000
(21:21 -0700)
committer
Shuah Khan
<skhan@linuxfoundation.org>
Wed, 31 Jul 2024 17:42:30 +0000
(11:42 -0600)
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>
tools/testing/selftests/exec/execveat.c
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/exec/execveat.c
b/tools/testing/selftests/exec/execveat.c
index
6418ded
..
071e035
100644
(file)
--- a/
tools/testing/selftests/exec/execveat.c
+++ b/
tools/testing/selftests/exec/execveat.c
@@
-117,7
+117,7
@@
static int check_execveat_invoked_rc(int fd, const char *path, int flags,
}
if ((WEXITSTATUS(status) != expected_rc) &&
(WEXITSTATUS(status) != expected_rc2)) {
- ksft_print_msg("child %d exited with %d n
ot
%d nor %d\n",
+ ksft_print_msg("child %d exited with %d n
either
%d nor %d\n",
child, WEXITSTATUS(status), expected_rc,
expected_rc2);
ksft_test_result_fail("%s\n", test_name);