StrCaseCmp_Ascii_Tests: comfychair.TestCase.runcmd has changed to
[kai/samba.git] / source3 / stf / strings.py
index a67e1370588db3e3fa3cc2e4111c1ffcd37e6b94..8fc12d4e3965da2b106793cd0a4f309251a222a4 100755 (executable)
@@ -33,7 +33,7 @@ def signum(a):
 class StrCaseCmp_Ascii_Tests(comfychair.TestCase):
     """String comparisons in simple ASCII""" 
     def run_strcmp(self, a, b, expect):
-        out = self.runcmd('t_strcmp \"%s\" \"%s\"' % (a, b))
+        out, err = self.runcmd('t_strcmp \"%s\" \"%s\"' % (a, b))
         if signum(int(out)) != expect:
             self.fail("comparison failed:\n"
                       "  a=%s\n"