This test needs a TIMEOUT longer than the default 2 seconds since it
sleeps twice for a second each.
+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>.
#include <sys/stat.h>
-int
-main (void)
+static int
+do_test (void)
{
const char *tmpdir;
char *fname;
return result;
}
+
+#define TIMEOUT 3
+#define TEST_FUNCTION do_test ()
+#include "../test-skeleton.c"