From b33995399b33ad0e46a5468ee4faec6ff8040e30 Mon Sep 17 00:00:00 2001 From: V2Ray Date: Sat, 26 Sep 2015 23:38:57 +0200 Subject: [PATCH] Remove uniq -u --- testing/coverage/coverall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/coverage/coverall b/testing/coverage/coverall index 5d38c3a31..591fe5cf6 100755 --- a/testing/coverage/coverall +++ b/testing/coverage/coverall @@ -22,7 +22,7 @@ for DIR in $(find * -type d -not -path "*.git*"); do fi done -cat coverall.out | sort -t: -k1 | uniq -u > coverallsorted.out +cat coverall.out | sort -t: -k1 > coverallsorted.out echo "mode: set" | cat - coverallsorted.out > coverall.out rm coverallsorted.out