diff --git a/test/test_Utilities.py b/test/test_Utilities.py index af71eb527..7a76bd70f 100644 --- a/test/test_Utilities.py +++ b/test/test_Utilities.py @@ -54,6 +54,9 @@ class UtilitiesTestCase(PluginTestCase): m = self.getMsg('status cpu') self.assertResponse('echo "%s"' % m.args[1], m.args[1]) + def testEchoDollarOneRepliesDollarOne(self): + self.assertResponse('echo $1', '$1') + def testEchoStandardSubstitute(self): self.assertNotRegexp('echo $nick', r'\$')