Skip to content

Commit

Permalink
tests/path.sh: tweak to avoid false failure on ancient Mac OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
McDutchie committed Oct 7, 2020
1 parent 213fb93 commit 5ea8114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/ksh93/tests/path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 5ea8114

Please sign in to comment.