mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
tests/path.sh: tweak to avoid false failure on ancient Mac OS X
This commit is contained in:
parent
213fb932c0
commit
5ea811413e
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ then fundir=$tmp/whencefun
|
||||||
whence_FPATH_test
|
whence_FPATH_test
|
||||||
whence_autoload_test
|
whence_autoload_test
|
||||||
cp --totally-invalid-option 2>/dev/null
|
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' \
|
chmod --totally-invalid-option' \
|
||||||
whence_autoload_test "$fundir" 2>&1)
|
whence_autoload_test "$fundir" 2>&1)
|
||||||
expect="chmod is an undefined function (autoload from $fundir/chmod)"
|
expect="chmod is an undefined function (autoload from $fundir/chmod)"
|
||||||
|
|
Loading…
Reference in a new issue