diff options
Diffstat (limited to 'common/scripts/test_can_modules.sh')
-rwxr-xr-x | common/scripts/test_can_modules.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/scripts/test_can_modules.sh b/common/scripts/test_can_modules.sh index 2a16897..1a46034 100755 --- a/common/scripts/test_can_modules.sh +++ b/common/scripts/test_can_modules.sh @@ -58,7 +58,7 @@ fi remove_module can_dev -ip -V | grep -q -i BusyBox +ip -V 2>&1 | grep -q -i BusyBox if [ $? -eq 0 ];then lava-test-case canconfig_can0 --result skip else @@ -88,7 +88,7 @@ fi #starting the config step. ip link set can0 down -ip -V | grep -q -i BusyBox +ip -V 2>&1 | grep -q -i BusyBox if [ $? -eq 0 ];then lava-test-case canconfig_can0 --result skip else |