X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftest_file_glob.c;h=ec390654feb325765b9ec8b98bfcac11583ab85a;hp=6812e38bb7d903af69d0079f6393aad62f5bacd1;hb=9a50808021be48e8ff272f762b9f8245330a79e4;hpb=8e4e5fd8b258f7e3db8a5356cfc8ccddddebd150 diff --git a/test/test_file_glob.c b/test/test_file_glob.c index 6812e38..ec39065 100644 --- a/test/test_file_glob.c +++ b/test/test_file_glob.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ @@ -10,7 +10,6 @@ #include #include #include -#include #include #include @@ -49,7 +48,7 @@ void tst(void) int ret; WRBUF tpath = wrbuf_alloc(); const char *srcdir = getenv("srcdir"); - + if (srcdir) { wrbuf_puts(tpath, srcdir);