[Python-checkins] python/dist/src/Lib/test test_getopt.py,1.8,1.9

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Tue Aug 3 13:14:22 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29006/Lib/test

Modified Files:
	test_getopt.py 
Log Message:
nice tests dont leave little suprises in the environ

Index: test_getopt.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_getopt.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** test_getopt.py	17 May 2003 01:08:35 -0000	1.8
--- test_getopt.py	3 Aug 2004 11:14:19 -0000	1.9
***************
*** 125,128 ****
--- 125,129 ----
  verify(opts == [('-a', '')])
  verify(args == ['arg1', '-b', '1', '--alpha', '--beta=2'])
+ del os.environ["POSIXLY_CORRECT"] 
  
  #------------------------------------------------------------------------------



More information about the Python-checkins mailing list