test/harness/loupe-test.c
changeset 136 2f3762ff90d8
parent 11 4a80c6053a66
child 139 c130152c4a57
     1.1 --- a/test/harness/loupe-test.c	Mon Jan 30 23:32:47 2012 +0000
     1.2 +++ b/test/harness/loupe-test.c	Sun Sep 29 22:51:27 2013 +0100
     1.3 @@ -27,6 +27,7 @@
     1.4      int i;
     1.5      gboolean pass=TRUE;
     1.6      bl_set_print_handlers();
     1.7 +    g_setenv("BOOKLOUPE_CONFIG_PATH",".",TRUE);
     1.8      for(i=1;i<argc;i++)
     1.9  	pass&=run_test(argv[i]);
    1.10      return pass?0:1;