X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fsrc%2Ftestsuite%2Fvunify-functest.c;h=3b8f4d35469929bdc01c436b245a042f6a264d7b;hb=faa778968d1a7dfeaebc9fe4b847e691dc62fd15;hp=5af5f93bfc4cde6d272b335b0b7fb34a689b8d1a;hpb=3f452c6c8e9a3c53ca4c70c1f2faf66d21095f4a;p=util-vserver.git diff --git a/util-vserver/src/testsuite/vunify-functest.c b/util-vserver/src/testsuite/vunify-functest.c index 5af5f93..3b8f4d3 100644 --- a/util-vserver/src/testsuite/vunify-functest.c +++ b/util-vserver/src/testsuite/vunify-functest.c @@ -20,11 +20,13 @@ # include #endif -#include "vunify-matchlist.h" +#include "lib_internal/matchlist.h" +int wrapper_exit_code = 1; extern void PathInfo_test(); int main() { PathInfo_test(); + return 0; }