X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-fopen-safer.c;h=c12080dc9e809cb9b90c9f799a107ce189962f1b;hb=84ab6921e060199ffb0b7e8e8e8d44f12a016ffb;hp=701af354c1e85c77066475ecb64b19b1ac72552d;hpb=41fc74b9ab67321453d103d056a6e8eb8897042a;p=gnulib.git diff --git a/tests/test-fopen-safer.c b/tests/test-fopen-safer.c index 701af354c..c12080dc9 100644 --- a/tests/test-fopen-safer.c +++ b/tests/test-fopen-safer.c @@ -1,5 +1,5 @@ /* Test of opening a file stream. - Copyright (C) 2007-2009 Free Software Foundation, Inc. + Copyright (C) 2007-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,4 +20,12 @@ #include "stdio--.h" +#define BASE "test-fopen-safer.t" + #include "test-fopen.h" + +int +main (void) +{ + return test_fopen (); +}