diff options
Diffstat (limited to 'tools/testing/selftests/exec/execveat.c')
| -rw-r--r-- | tools/testing/selftests/exec/execveat.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/exec/execveat.c b/tools/testing/selftests/exec/execveat.c index 33a5c06d95ca..d273624c93a6 100644 --- a/tools/testing/selftests/exec/execveat.c +++ b/tools/testing/selftests/exec/execveat.c @@ -179,11 +179,11 @@ static int check_execveat_pathmax(int dot_dfd, const char *src, int is_script)  	 */  	fd = open(longpath, O_RDONLY);  	if (fd > 0) { -		printf("Invoke copy of '%s' via filename of length %lu:\n", +		printf("Invoke copy of '%s' via filename of length %zu:\n",  			src, strlen(longpath));  		fail += check_execveat(fd, "", AT_EMPTY_PATH);  	} else { -		printf("Failed to open length %lu filename, errno=%d (%s)\n", +		printf("Failed to open length %zu filename, errno=%d (%s)\n",  			strlen(longpath), errno, strerror(errno));  		fail++;  	}  | 
