X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftest_file_glob.c;h=7c8ceb8ad5a9a7021e73cec25c6ff6782e6cdaa7;hp=1526dc8bfd3e2731ff47c7adb6a7e3ed9502b9c9;hb=d96575f586fecf1d1eed9ecd7a172c9ccb261ffc;hpb=4f3bcae93d51a26709c12b51261c3d95af610cb2 diff --git a/test/test_file_glob.c b/test/test_file_glob.c index 1526dc8..7c8ceb8 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) 1995-2013 Index Data * See the file LICENSE for details. */ @@ -48,7 +48,7 @@ void tst(void) int ret; WRBUF tpath = wrbuf_alloc(); const char *srcdir = getenv("srcdir"); - + if (srcdir) { wrbuf_puts(tpath, srcdir);