summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsystest5
1 files changed, 3 insertions, 2 deletions
diff --git a/systest b/systest
index 5055b62..c48d2d4 100755
--- a/systest
+++ b/systest
@@ -117,8 +117,9 @@ class SystemTest(cliapp.Application):
out = self.targetcmd(['cat'], stdin='foo')
self.assertEqual(out, 'foo')
-# def test_sudo_works(self):
-# out = self.targetcmd(['sudo', 'id'], stdin=self.password)
+# def test_sudo(self):
+# out = self.targetcmd(['sudo', 'id'],
+# stdin=self.settings['user-password'])
# self.assertMatches(r'^uid=0\(root\)', out)