From bb13079c8e9ca7bd86193a220baae1befb053fd6 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 15 Jul 2008 06:45:14 +0000 Subject: comm: almost total rewrite; add testsuite function old new delta writeline 128 125 -3 comm_main 540 239 -301 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-304) Total: -304 bytes --- testsuite/awk.tests | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testsuite/awk.tests') diff --git a/testsuite/awk.tests b/testsuite/awk.tests index f69da2cc9..4eabd7595 100755 --- a/testsuite/awk.tests +++ b/testsuite/awk.tests @@ -1,12 +1,11 @@ #!/bin/sh -# awk tests. # Copyright 2007 by Denys Vlasenko # Licensed under GPL v2, see file LICENSE for details. . testing.sh -# testing "description" "arguments" "result" "infile" "stdin" +# testing "description" "command" "result" "infile" "stdin" testing "awk -F case 0" "awk -F '[#]' '{ print NF }'" "" "" "" testing "awk -F case 1" "awk -F '[#]' '{ print NF }'" "0\n" "" "\n" -- cgit v1.2.3