1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 19:52:20 +00:00

tests/path.sh: tweak to avoid false failure on ancient Mac OS X

This commit is contained in:
Martijn Dekker 2020-10-07 07:15:05 +02:00
parent 213fb932c0
commit 5ea811413e

View file

@ -467,7 +467,7 @@ then fundir=$tmp/whencefun
whence_FPATH_test
whence_autoload_test
cp --totally-invalid-option 2>/dev/null
ls --totally-invalid-option 2>/dev/null
ls --totally-invalid-option /dev/null/foo 2>/dev/null
chmod --totally-invalid-option' \
whence_autoload_test "$fundir" 2>&1)
expect="chmod is an undefined function (autoload from $fundir/chmod)"