From bf56f28e7fa22c86fcf953c8586a5980c3a5e82d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Mon, 29 Feb 2016 21:44:12 +0000 Subject: fuzz-test: Add missing new line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I68f85cdbef24289cabb5e46905356c3cc1c39ad8 Reviewed-on: https://code.wireshark.org/review/14252 Reviewed-by: João Valverde --- tools/fuzz-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/fuzz-test.sh b/tools/fuzz-test.sh index 0a35a9198c..e4791eff45 100755 --- a/tools/fuzz-test.sh +++ b/tools/fuzz-test.sh @@ -132,7 +132,7 @@ if [ $ASAN -ne 0 ]; then echo -n "ASan enabled. Virtual memory limit is " ulimit -v else - echo -n "ASan disabled. Virtual memory limit is $MAX_VMEM" + echo "ASan disabled. Virtual memory limit is $MAX_VMEM" fi HOWMANY="forever" -- cgit v1.2.3