X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-lseek.c;h=ebba02ec6dc24350ef27a095d05efc88a8fc5092;hb=610a9cc95c2a1c9c0260ea7d0f9a850c6c017828;hp=1948920a4a6a3cb9e700b9a3f97407e09d90daae;hpb=757e397c630b3078b0b3d67f8e901295569d8400;p=gnulib.git diff --git a/tests/test-lseek.c b/tests/test-lseek.c index 1948920a4..ebba02ec6 100644 --- a/tests/test-lseek.c +++ b/tests/test-lseek.c @@ -1,10 +1,10 @@ /* Test of lseek() function. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007-2008 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + 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 - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* Written by Eric Blake, 2007. */ @@ -29,6 +28,7 @@ if (!(expr)) \ { \ fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \ + fflush (stderr); \ abort (); \ } \ } \