From f0eca5584b6a4a11039e790058373a0b10d5cb14 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 31 May 2006 13:10:49 +0000 Subject: Double the length of the command line argument after each iteration. --- regress/tools/files/awk-test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'regress') diff --git a/regress/tools/files/awk-test.sh b/regress/tools/files/awk-test.sh index 931c574de25..9249316804e 100644 --- a/regress/tools/files/awk-test.sh +++ b/regress/tools/files/awk-test.sh @@ -1,5 +1,5 @@ #! /bin/sh -# $NetBSD: awk-test.sh,v 1.7 2005/11/24 19:20:18 rillig Exp $ +# $NetBSD: awk-test.sh,v 1.8 2006/05/31 13:10:49 rillig Exp $ # set -e @@ -48,6 +48,7 @@ test_assignment "cmd.3" \ line="a" for i in 0 1 2 3 4 5 6 7 8 9 10 11 12; do test_assignment "cmd.2^${i}" "${line}" "${line}" + line="${line}${line}" done # -- cgit v1.2.3