From 74fc711965eefa132c5258ed4f6c2b05f7213ad2 Mon Sep 17 00:00:00 2001 From: mboelen Date: Fri, 19 Sep 2014 16:46:35 +0200 Subject: [PATCH] Removed unneeded exception line --- include/tests_networking | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/tests_networking b/include/tests_networking index 7fa4293b..10aa1356 100644 --- a/include/tests_networking +++ b/include/tests_networking @@ -219,8 +219,6 @@ else ReportException "${TEST_NO}:2" "Missing ifconfig or ip command to collect hardware address (MAC)" fi - - ReportException "${TEST_NO}:2" "Due to missing ifconfig no method to collect hardware address (ip address)" fi ;; MacOS)