]> granicus.if.org Git - python/commit
Fix SF bug #456386: test_commands regression failure (Andrew Dalke)
authorGuido van Rossum <guido@python.org>
Tue, 30 Oct 2001 03:17:30 +0000 (03:17 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Oct 2001 03:17:30 +0000 (03:17 +0000)
commitfa699126b5e1c649365aacbedb17a1b69e69bb49
tree72f72bbc02b411ccbc60e0f15e8cf07e8d62a494
parent692adf19cb77ca992167936ce4d8a68f4afacc1c
Fix SF bug #456386: test_commands regression failure (Andrew Dalke)

    test_commands does not work on IRIX

    It assumes the output of "ls /bin/ls" is a line
    that starts with a '-'. On IRIX that file is
    a symbolic link, so the first character is an l.
    This causes test_getstatus to fail.
Lib/test/test_commands.py