This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_commands.py using . incorrectly
Type: Stage:
Components: Tests Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: gsw_agere, loewis
Priority: normal Keywords: patch

Created on 2002-05-03 16:21 by gsw_agere, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_commands.py.patch gsw_agere, 2002-05-03 16:21
Messages (2)
msg39827 - (view) Author: Gerald S. Williams (gsw_agere) Date: 2002-05-03 16:21
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.
msg39828 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-06-06 10:53
Logged In: YES 
user_id=21627

Thanks for the patch. Installed as test_commands 1.5.
History
Date User Action Args
2022-04-10 16:05:17adminsetgithub: 36544
2002-05-03 16:21:10gsw_agerecreate