X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-fdatasync.c;h=697701a2ba38d1e4fc4840503bff75fcfed1c3e7;hb=84dd1ea9a61f4fe3cba7e7483b4c50a753711c02;hp=428ba5699b4a1c033fd5b4bc41f95048e9b53730;hpb=06b335ade65c8fe60fee8b9e18b670bb54ed924a;p=gnulib.git diff --git a/tests/test-fdatasync.c b/tests/test-fdatasync.c index 428ba5699..697701a2b 100644 --- a/tests/test-fdatasync.c +++ b/tests/test-fdatasync.c @@ -1,5 +1,5 @@ /* Test of fdatasync() function. - Copyright (C) 2008-2012 Free Software Foundation, Inc. + Copyright (C) 2008-2013 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 @@ -51,6 +51,7 @@ main (void) ASSERT (errno == EBADF); } { + close (99); errno = 0; ASSERT (fdatasync (99) == -1); ASSERT (errno == EBADF);