From 7a5c2b205e4f0c3700f41f2ccd2b104476b8f026 Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Tue, 13 Sep 2022 20:21:21 +0000 Subject: tests: use bash-style [[...]] instead of [...] --- test/environment/output.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/environment/output.sh') diff --git a/test/environment/output.sh b/test/environment/output.sh index 0872dc276..ba06f9184 100755 --- a/test/environment/output.sh +++ b/test/environment/output.sh @@ -5,7 +5,7 @@ i="0" -while [ $i -lt 150000 ] +while [[ $i -lt 150000 ]] do echo "message number $i" i=$((i+1)) -- cgit v1.2.3-70-g09d2