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

Fix commit e935e4


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 74ecdc09
Branches
No related tags found
No related merge requests found
......@@ -24,5 +24,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 "RX" | 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