mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Modify stdio-common/tst-fseek.c to use test-skeleton.c
This test needs a TIMEOUT longer than the default 2 seconds since it sleeps twice for a second each.
This commit is contained in:
parent
4f646bce1c
commit
0e426475a7
@ -1,3 +1,7 @@
|
||||
2014-12-16 Arjun Shankar <arjun.is@lostca.se>
|
||||
|
||||
* stdio-common/tst-fseek.c: Use test-skeleton.c.
|
||||
|
||||
2014-12-16 Torvald Riegel <triegel@redhat.com>
|
||||
|
||||
* string/tester.c: Include <libc-internal.h>.
|
||||
|
@ -27,8 +27,8 @@
|
||||
#include <sys/stat.h>
|
||||
|
||||
|
||||
int
|
||||
main (void)
|
||||
static int
|
||||
do_test (void)
|
||||
{
|
||||
const char *tmpdir;
|
||||
char *fname;
|
||||
@ -476,3 +476,7 @@ main (void)
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
#define TIMEOUT 3
|
||||
#define TEST_FUNCTION do_test ()
|
||||
#include "../test-skeleton.c"
|
||||
|
Loading…
Reference in New Issue
Block a user