ports/graphics/gnofract4d/patches/patch-fract4d_tests_test_fractconfig_py

12 lines
415 B
Text

Index: fract4d/tests/test_fractconfig.py
--- fract4d/tests/test_fractconfig.py.orig
+++ fract4d/tests/test_fractconfig.py
@@ -15,7 +15,7 @@ class Test(testbase.TestSetup):
def testGetDefaults(self):
c = self.userConfig
- self.assertEqual("gcc", c.get("compiler", "name"))
+ self.assertEqual("cc", c.get("compiler", "name"))
def testGetList(self):
c = fractconfig.T("")