diff options
Diffstat (limited to 'testsuite/driver/testlib.py')
-rw-r--r-- | testsuite/driver/testlib.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuite/driver/testlib.py b/testsuite/driver/testlib.py index fec6939168..1d3ef11cfd 100644 --- a/testsuite/driver/testlib.py +++ b/testsuite/driver/testlib.py @@ -2283,7 +2283,3 @@ def getStdout(cmd): return stdout else: raise Exception("Need subprocess to get stdout, but don't have it") - -def strip_quotes(s): - # Don't wrap commands to subprocess.call/Popen in quotes. - return s.strip('\'"') |