From e5994b23f66f22a7f96b630128d89e2fa619c413 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 28 Mar 2003 13:33:39 +0100 Subject: [PATCH] compilers treat zero length files differently --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 7a112341a..753292217 100755 --- a/test.sh +++ b/test.sh @@ -20,7 +20,7 @@ test_failed() { randcode() { outfile="$1" nlines=$2 - i=0; + i=1; ( while [ $i -lt $nlines ]; do echo "int foo$nlines$i(int x) { return x; }" -- 2.47.2