From 9638135a8ea91a157a68148fb1d84edec52c313b Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Thu, 22 Apr 2010 17:11:01 +0200 Subject: Nineth stage to ipset-5 Update tests. --- tests/sort.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/sort.sh') diff --git a/tests/sort.sh b/tests/sort.sh index a01d066..907148a 100755 --- a/tests/sort.sh +++ b/tests/sort.sh @@ -1,5 +1,6 @@ #!/bin/sh -awk '/^[A-Za-z]+:/ { print $0 }' $1 > .foo -awk '!/^[A-Za-z]+:/ && !/inding/ { print $0 }' | sort >> .foo +head -n 7 $1 > .foo +tail -n +8 $1 | grep '[[:alnum:]]' | sort >> .foo +echo >> .foo rm $1 -- cgit v1.2.3