[Python-bugs-list] [ python-Bugs-460613 ] test_commands fails on SGI

noreply@sourceforge.net noreply@sourceforge.net
Tue, 11 Sep 2001 01:12:09 -0700


Bugs item #460613, was opened at 2001-09-11 01:12
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=460613&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Sjoerd Mullender (sjoerd)
Assigned to: Nobody/Anonymous (nobody)
Summary: test_commands fails on SGI

Initial Comment:
test_commands fails on SGI.
The problem is that the test expects /bin/ls to be a
file, whereas on IRIX it's a symbolic link.

For completeness, here is the output of running the
test:
+ ./python ../Lib/test/regrtest.py test_commands.py
test_commands
test test_commands failed -- Traceback (most recent
call last):
  File "../Lib/test/test_commands.py", line 43, in
test_getstatus
    self.assert_(re.match(pat, getstatus("/bin/ls"),
re.VERBOSE))
  File
"/ufs/sjoerd/src/Python/dist/src/Lib/unittest.py", line
256, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

1 test failed:
    test_commands


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

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