aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-02-29 21:44:12 +0000
committerJoão Valverde <j@v6e.pt>2016-02-29 22:06:00 +0000
commitbf56f28e7fa22c86fcf953c8586a5980c3a5e82d (patch)
tree17e5c309f99cbf33ea748fe4a38237dabc5011cd /tools
parent53252df9204629b35ea9fef9b800bfc5bb1bdac6 (diff)
fuzz-test: Add missing new line
Change-Id: I68f85cdbef24289cabb5e46905356c3cc1c39ad8 Reviewed-on: https://code.wireshark.org/review/14252 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/fuzz-test.sh2
1 files changed, 1 insertions, 1 deletions
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"