Add '--no-options' to unittest on _make_options() output.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-27 09:09:32 +00:00
parent 490574c3ec
commit 611184f242
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ class GPGTestCase(unittest.TestCase):
self.gpg.options = ['--tyrannosaurus-rex', '--stegosaurus']
cmd = self.gpg._make_args(None, False)
expected = ['/usr/bin/gpg',
'--no-emit-version --no-tty --status-fd 2',
'--no-options --no-emit-version --no-tty --status-fd 2',
'--homedir "%s"' % self.homedir,
'--no-default-keyring --keyring %s' % self.keyring,
'--secret-keyring %s' % self.secring,