[Patches] [ python-Patches-551911 ] test_commands.py using . incorrectly

noreply@sourceforge.net noreply@sourceforge.net
Sun, 02 Jun 2002 10:45:40 -0700


Patches item #551911, was opened at 2002-05-03 18:21
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=551911&group_id=5470

Category: Tests
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Gerald S. Williams (gsw_agere)
>Assigned to: Martin v. Löwis (loewis)
Summary: test_commands.py using . incorrectly

Initial Comment:
test_commands.py was revised recently to look at the 
root directory (/.) rather than the file (/bin/ls). A 
regular expression comparison against /bin/ls was also 
changed to refer to "/.". But that means "/" followed 
by anything, not "/" followed by "."

It should have been changed to "/\.", as per this 
patch.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=551911&group_id=5470