summaryrefslogtreecommitdiff
path: root/cmdtest
diff options
context:
space:
mode:
Diffstat (limited to 'cmdtest')
-rwxr-xr-xcmdtest6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmdtest b/cmdtest
index f7274ff..3b44afe 100755
--- a/cmdtest
+++ b/cmdtest
@@ -205,12 +205,6 @@ class CommandTester(cliapp.Application):
return errors
- def expand(self, strings):
- variables = {
- 'datadir': self.datadir,
- }
- return [s % variables for s in strings]
-
def diff(self, expected_name, actual_name, diff_name):
exit, out, err = self.runcmd_unchecked(['diff', '-u',
expected_name, actual_name])