Skip to content
Snippets Groups Projects
Commit 6282c250 authored by MONTAVONT JULIEN's avatar MONTAVONT JULIEN
Browse files

prevent ns in test 4 (ubuntu)

parent fd6f9173
Branches
No related merge requests found
......@@ -55,7 +55,7 @@ echo ".........OK"
echo -n "test 04 - error on getaddrinfo: "
nc fdjkfslkfj 80 > /dev/null 2> $OUT/error
nc -n fdjkfslkfj 80 > /dev/null 2> $OUT/error
ERROR=$(grep -o '\S*$' $OUT/error)
$PROG fdjkfslkfj $PORT > $OUT/stdout 2> $OUT/stderr && echo "KO -> exit status $?" && exit 1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment