Followup to parents: Restore sudo-* tests on platforms that don't have sudo.

Travis (as currently configured) is one such platform.
This commit is contained in:
Daniel Shahaf
2017-12-07 01:16:02 +00:00
parent 8d37377644
commit 1ad5c1f40f
5 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@
# vim: ft=zsh sw=2 ts=2 et
# -------------------------------------------------------------------------------------------------
type sudo >/dev/null || skip_test='sudo must be present'
sudo(){}
BUFFER='sudo >/tmp -u otheruser ls'