From d3d0951a28387cbb20e842a1e725ead4a76a0d21 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 8 Apr 2003 05:01:18 +0000 Subject: [PATCH] Merge from 1.2.2.2: Update for new ComfyChair interface. (This used to be commit 9de9899165fbf403e369d8ebadd171ffdde8c3b7) --- source3/stf/strings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.34.1