X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_file_glob.c;h=0a07691b9f20f94c7200ff5e68f7b4f207663e3c;hb=79786d23233dc896ecb0f68580298a8759592577;hp=6a078185081279f36fc20d5bdff121bd920ee522;hpb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a;p=yaz-moved-to-github.git diff --git a/test/test_file_glob.c b/test/test_file_glob.c index 6a07818..0a07691 100644 --- a/test/test_file_glob.c +++ b/test/test_file_glob.c @@ -48,7 +48,7 @@ void tst(void) int ret; WRBUF tpath = wrbuf_alloc(); const char *srcdir = getenv("srcdir"); - + if (srcdir) { wrbuf_puts(tpath, srcdir);