summaryrefslogtreecommitdiff
path: root/tests/libtest/lib537.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib537.c')
-rw-r--r--tests/libtest/lib537.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/libtest/lib537.c b/tests/libtest/lib537.c
index eecda4626..a074bf994 100644
--- a/tests/libtest/lib537.c
+++ b/tests/libtest/lib537.c
@@ -412,8 +412,9 @@ static int rlimit(int keep_open)
sprintf(strbuff1, fmt, num_open.rlim_max);
sprintf(strbuff, "stdio fopen() fails with %s fds open()",
strbuff1);
- store_errmsg(strbuff, 0);
fprintf(stderr, "%s\n", msgbuff);
+ sprintf(strbuff, "stdio fopen() fails with lots of fds open()");
+ store_errmsg(strbuff, 0);
close_file_descriptors();
free(memchunk);
return -10;