diff --git a/test/color.t.cpp b/test/color.t.cpp index 38f29c36a..b2f8e420d 100644 --- a/test/color.t.cpp +++ b/test/color.t.cpp @@ -36,11 +36,7 @@ Context context; //////////////////////////////////////////////////////////////////////////////// int main (int argc, char** argv) { - UnitTest t (1036); - - // Ensure environment has no influence. - unsetenv ("TASKDATA"); - unsetenv ("TASKRC"); + UnitTest t (40 + 256 + 256 + 6*6*6 + 6*6*6 + 1 + 24 + 24 + 3); // Names matched to values. t.is ((int) Color (""), (int) Color (Color::nocolor), "'' == Color::nocolor");