dgholz/detect_virtualenv

rm_tempdir in test teardown fails with "`true' failed with status 64" on macOS

Closed this issue · 2 comments

 ✗ abs path to find but it's not a sibling of an ancestor (not found)
   (from function `teardown' in test file t/find_dir_in_parents.bats, line 12)
     `true' failed with status 64

what the heck is exit code 64

/usr/include/sysexits.h sez:

#define EX_USAGE        64      /* command line usage error */

… from rm complaining about longopts. This is a dupe of #4