irctk

libircclient binding for scripts
git clone https://a3nm.net/git/irctk/
Log | Files | Refs | README

commit 29d7dc3fe89958f3dc4a890864d0632aea1ad9c6
parent 4c4588a0e3c3fee0f05329ca53717ea8b75e437c
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Thu,  6 Aug 2015 22:57:04 +0200

test lpost.sh did not notice failures

Diffstat:
test/lpost.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lpost.sh b/test/lpost.sh @@ -27,7 +27,7 @@ sleep 1 kill $PID for chan in testa testb testc do - if diff <(grep lpost_$chan ref) <(grep lpost_$chan heard) + if ! diff <(grep lpost_$chan ref) <(grep lpost_$chan heard) then exec diff <(grep lpost_$chan ref) <(grep lpost_$chan heard) fi