Skip to content
Snippets Groups Projects
Commit 360c6909 authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin Committed by Josiney de Souza
Browse files

Fix commit 5037d0


Missing parenthesis in test(1) arguments

Signed-off-by: default avatarDiego Giovane Pasqualin <dgp06@c3sl.ufpr.br>
Signed-off-by: default avatarJosiney de Souza <jos04@c3sl.ufpr.br>
parent 23f5c11b
Branches
No related tags found
No related merge requests found
......@@ -25,5 +25,5 @@ PREFIX="$(dirname $(readlink -f $0))"
FILE="${PREFIX}/../../../../net/data/load-network.log"
test -f "${FILE}" || exit 1
test wc -l < "${FILE}" -eq 0 && exit 1
test $(wc -l < "${FILE}") -eq 0 && exit 1
printf "$(tail -n2 ${FILE} | grep "TX" | awk '{print $6}')\n"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment