summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'WebappConfig/tests/external.py')
-rwxr-xr-xWebappConfig/tests/external.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebappConfig/tests/external.py b/WebappConfig/tests/external.py
index a7ac5ff..97e95fc 100755
--- a/WebappConfig/tests/external.py
+++ b/WebappConfig/tests/external.py
@@ -257,7 +257,7 @@ class WebappSourceTest(unittest.TestCase):
package = 'nihil',
version = '3.0.5',
pm = 'portage')
- self.assertEqual(source.packageavail(), 1)
+ self.assertEqual(source.packageavail(), 0)
class DotConfigTest(unittest.TestCase):