Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_commands.py using . incorrectly #36544

Closed
gswagere mannequin opened this issue May 3, 2002 · 2 comments
Closed

test_commands.py using . incorrectly #36544

gswagere mannequin opened this issue May 3, 2002 · 2 comments
Assignees
Labels
tests Tests in the Lib/test dir

Comments

@gswagere
Copy link
Mannequin

gswagere mannequin commented May 3, 2002

BPO 551911
Nosy @loewis
Files
  • test_commands.py.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/loewis'
    closed_at = <Date 2002-06-06.10:53:50.000>
    created_at = <Date 2002-05-03.16:21:10.000>
    labels = ['tests']
    title = 'test_commands.py using . incorrectly'
    updated_at = <Date 2002-06-06.10:53:50.000>
    user = 'https://bugs.python.org/gswagere'

    bugs.python.org fields:

    activity = <Date 2002-06-06.10:53:50.000>
    actor = 'loewis'
    assignee = 'loewis'
    closed = True
    closed_date = None
    closer = None
    components = ['Tests']
    creation = <Date 2002-05-03.16:21:10.000>
    creator = 'gsw_agere'
    dependencies = []
    files = ['4222']
    hgrepos = []
    issue_num = 551911
    keywords = ['patch']
    message_count = 2.0
    messages = ['39827', '39828']
    nosy_count = 2.0
    nosy_names = ['loewis', 'gsw_agere']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue551911'
    versions = ['Python 2.3']

    @gswagere
    Copy link
    Mannequin Author

    gswagere mannequin commented May 3, 2002

    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.

    @gswagere gswagere mannequin closed this as completed May 3, 2002
    @gswagere gswagere mannequin assigned loewis May 3, 2002
    @gswagere gswagere mannequin added the tests Tests in the Lib/test dir label May 3, 2002
    @gswagere gswagere mannequin closed this as completed May 3, 2002
    @gswagere gswagere mannequin assigned loewis May 3, 2002
    @gswagere gswagere mannequin added the tests Tests in the Lib/test dir label May 3, 2002
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Jun 6, 2002

    Logged In: YES
    user_id=21627

    Thanks for the patch. Installed as test_commands 1.5.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    tests Tests in the Lib/test dir
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants