Tests shouldn't fail if RAZOR_ROOT is set in the environment
authorJ. Ali Harlow <ali@juiblex.co.uk>
Fri Jul 08 07:50:42 2016 +0100 (2016-07-08)
changeset 57e0f448fb54a5
parent 56 42ab9633c451
child 58 4b52e95a0104
Tests shouldn't fail if RAZOR_ROOT is set in the environment
tests/plover/test-log.c
     1.1 --- a/tests/plover/test-log.c	Tue Jul 05 13:02:45 2016 +0100
     1.2 +++ b/tests/plover/test-log.c	Fri Jul 08 07:50:42 2016 +0100
     1.3 @@ -204,6 +204,7 @@
     1.4      int retval;
     1.5      g_test_init(&argc,&argv,NULL);
     1.6      g_test_bug_base("mailto:ali@juiblex.co.uk");
     1.7 +    g_unsetenv("RAZOR_ROOT");
     1.8      g_test_add_func("/log/rotate",test_rotate);
     1.9      g_test_add_func("/log/rotate-cwd",test_rotate_cwd);
    1.10      g_test_add_func("/log/rotate-root",test_rotate_root);