]> granicus.if.org Git - python/commit
Fix unit test failure -- the output received from Python can be empty,
authorGuido van Rossum <guido@python.org>
Sat, 8 Oct 2005 20:04:35 +0000 (20:04 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 8 Oct 2005 20:04:35 +0000 (20:04 +0000)
commitc252c5964c076071bfc20f8c4dfe70a79dba57aa
treefc120e0d313be1964988fdb46b0eb0de87976988
parent43d6e812c886db6f4eae19598b0b864e9cbc3d52
Fix unit test failure -- the output received from Python can be empty,
but verify_valid_flag() wasn't expecting that.  Will backport.
Lib/test/test_cmd_line.py