aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/proc/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/proc/read.c')
-rw-r--r--tools/testing/selftests/proc/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/proc/read.c b/tools/testing/selftests/proc/read.c
index 563e752e6eba..b2bd8da58efe 100644
--- a/tools/testing/selftests/proc/read.c
+++ b/tools/testing/selftests/proc/read.c
@@ -126,7 +126,7 @@ int main(void)
d = opendir("/proc");
if (!d)
- return 2;
+ return 4;
f(d, 0);
return 0;
}