test/harness/loupe-test.c
changeset 139 c130152c4a57
parent 108 853e8a9ccfc9
parent 136 2f3762ff90d8
     1.1 --- a/test/harness/loupe-test.c	Tue Sep 24 07:18:50 2013 +0100
     1.2 +++ b/test/harness/loupe-test.c	Mon Sep 30 08:31:45 2013 +0100
     1.3 @@ -48,6 +48,7 @@
     1.4  	exit(1);
     1.5      }
     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;