summaryrefslogtreecommitdiffstats
path: root/source3/stf
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2003-04-08 05:01:18 +0000
committerMartin Pool <mbp@samba.org>2003-04-08 05:01:18 +0000
commitd3d0951a28387cbb20e842a1e725ead4a76a0d21 (patch)
treeb998dadb1a76035f91441bbedc517678ef76e763 /source3/stf
parentb610c18bd9eba4d67d37f054775168f6d4c13f5c (diff)
downloadsamba-d3d0951a28387cbb20e842a1e725ead4a76a0d21.tar.gz
samba-d3d0951a28387cbb20e842a1e725ead4a76a0d21.tar.xz
samba-d3d0951a28387cbb20e842a1e725ead4a76a0d21.zip
Merge from 1.2.2.2:
Update for new ComfyChair interface. (This used to be commit 9de9899165fbf403e369d8ebadd171ffdde8c3b7)
Diffstat (limited to 'source3/stf')
-rwxr-xr-xsource3/stf/strings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/stf/strings.py b/source3/stf/strings.py
index a67e1370588..8fc12d4e396 100755
--- a/source3/stf/strings.py
+++ b/source3/stf/strings.py
@@ -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"