From 6efcf520749fbfc491920816da764dbab94d8417 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 6 Jul 2009 20:24:55 +0200 Subject: tests: Use pkg without colours (its warnings can be ignored) --- test/main | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/main b/test/main index c75dd9a..89ac4a4 100755 --- a/test/main +++ b/test/main @@ -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 -- cgit v1.2.3