X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-fpurge.c;h=0f362217b4ca3041e35d3d1f98b8cb470de19c76;hb=a6b16b69fe1cad695b270dd5bf3deb2850fc4dd1;hp=89fe8c0caf6be70369fb8a762d46f80d683e27c0;hpb=524d6a2ef5cb6f367d4f14d5ab5a35df4c7fe08f;p=gnulib.git diff --git a/tests/test-fpurge.c b/tests/test-fpurge.c index 89fe8c0ca..0f362217b 100644 --- a/tests/test-fpurge.c +++ b/tests/test-fpurge.c @@ -1,5 +1,5 @@ /* Test of fpurge() function. - Copyright (C) 2007-2010 Free Software Foundation, Inc. + Copyright (C) 2007-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -108,6 +108,8 @@ main (void) if (check_filepos) ASSERT (ftell (fp) == 8); ASSERT (putc ('!', fp) == '!'); + if (check_filepos) + ASSERT (ftell (fp) == 9); ASSERT (fclose (fp) == 0); fp = fopen (TESTFILE, "r"); if (fp == NULL)