diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-06 20:24:55 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-06 20:24:55 +0200 |
commit | 6efcf520749fbfc491920816da764dbab94d8417 (patch) | |
tree | 17050d15f4e5c82ba7c2dc350fa915bca02169f4 | |
parent | 68f701089b742dc499ffb9037ba46fdadee36b79 (diff) |
tests: Use pkg without colours (its warnings can be ignored)
-rwxr-xr-x | test/main | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ unset -m 'GIT_*' 'XDG_*' setopt err_exit trap "print -P '\n%N:%i: %B%F{red}Test faild!%F{default}%b'" ZERR -alias pkg='pkg --quiet' +alias pkg='pkg --quiet --no-colours' source test/documentation |