X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-copy-file.c;h=db8e769a66183616b8cdbf7e450c5057c73ca321;hb=58b5448dee62071b0d505f4e010652420e76d101;hp=a1c78932ed5eb7d93f8b6bd887f32b1b7b48861c;hpb=3ecbd9ebd7a287c741c5e340ab3a43192b3781a5;p=gnulib.git diff --git a/tests/test-copy-file.c b/tests/test-copy-file.c index a1c78932e..db8e769a6 100644 --- a/tests/test-copy-file.c +++ b/tests/test-copy-file.c @@ -1,5 +1,5 @@ /* Test of copying of files. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008-2010 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 @@ -20,22 +20,8 @@ #include "copy-file.h" -#include -#include - #include "progname.h" - -#define ASSERT(expr) \ - do \ - { \ - if (!(expr)) \ - { \ - fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \ - fflush (stderr); \ - abort (); \ - } \ - } \ - while (0) +#include "macros.h" int main (int argc, char *argv[])