From f193c48ab7d8da7e4d236f6f6570684f1fd612ba Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 25 May 2016 01:43:21 +0300 Subject: Tweak arrayind1 test for portability. --- test/arrayind1.awk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/arrayind1.awk') diff --git a/test/arrayind1.awk b/test/arrayind1.awk index 29fe80bc..fc3683f0 100755 --- a/test/arrayind1.awk +++ b/test/arrayind1.awk @@ -85,6 +85,7 @@ END{ iter++ #--> printf("%s%16s\n","in the loop: ",posout["00000779770060"]) > "/dev/stderr" + fflush("/dev/stderr") #--> #printf("%10s%10s%10s%10s%16s%16s\n","round",iter,"included",posout[last],"last ",last) > "/dev/stderr" } @@ -95,5 +96,6 @@ END{ } #--> this is the guilty line printf("%s%16s\n","at the end: ",posout["00000779770060"]) > "/dev/stderr" + fflush("/dev/stderr") #--> } -- cgit v1.2.3