SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
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("")
|
Loading…
Add table
Add a link
Reference in a new issue