std/filters: make arrTest run location more flexible

This commit is contained in:
Ralph Lange
2014-06-21 16:22:09 +02:00
parent c91fe7b7d7
commit 8ab1f34df4

View File

@@ -322,7 +322,7 @@ MAIN(arrTest)
if (dbReadDatabase(&pdbbase, "arrTest.dbd",
"." OSI_PATH_LIST_SEPARATOR ".." OSI_PATH_LIST_SEPARATOR
"../O.Common", NULL))
"../O.Common" OSI_PATH_LIST_SEPARATOR "O.Common", NULL))
testAbort("Database description not loaded");
(*pvar_func_arrInitialize)();