[issue39653] test_posix fails during make test

Terry J. Reedy report at bugs.python.org
Sat Feb 22 01:24:31 EST 2020


Terry J. Reedy <tjreedy at udel.edu> added the comment:

======================================================================
ERROR: test_no_such_executable (test.test_posix.TestPosixSpawnP)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/zachary/Python-3.8.1/Lib/test/test_posix.py", line 1529, in test_no_such_executable
    pid = self.spawn_func(no_such_executable,
NotADirectoryError: [Errno 20] Not a directory: 'no_such_executable'

is all that is needed.

----------
nosy: +terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39653>
_______________________________________


More information about the Python-bugs-list mailing list