From 5ca0de276fe4c1a01e02767afc57209deea36b19 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Nov 09 2012 20:10:09 +0000 Subject: fixed aonther typo --- diff --git a/tests/p_iputils/tracepath_test.sh b/tests/p_iputils/tracepath_test.sh index d5aec4a..4e8704f 100755 --- a/tests/p_iputils/tracepath_test.sh +++ b/tests/p_iputils/tracepath_test.sh @@ -30,7 +30,7 @@ then if ([ $COUNT = 0 ] && [ $TTL = 1 ]) then t_Log "${TEST} didn't reach ${HOST} because of too many hops. This is treated as SUCCESS." - ret_val=1 + ret_val=0 fi fi