summaryrefslogtreecommitdiff
path: root/test/misc
diff options
context:
space:
mode:
Diffstat (limited to 'test/misc')
-rw-r--r--test/misc/fdopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/misc/fdopen.c b/test/misc/fdopen.c
index 598a85a05..11681cfe3 100644
--- a/test/misc/fdopen.c
+++ b/test/misc/fdopen.c
@@ -35,7 +35,7 @@ main (int argc, char *argv[])
fp = fdopen (fd, "a");
assert (fp != NULL);
- assert (ftell (fp) == 14);
+ assert (ftell (fp) == 5);
the_end:
if (fp != NULL)