removed test

This commit is contained in:
john30
2017-04-17 14:11:30 +02:00
parent 738319c6eb
commit f2dd0ffd25
-1
View File
@@ -318,7 +318,6 @@ if [ "$status" = 0 ]; then
echo "commands done"
kill $lstpid
fi
./src/tools/ebusctl -p 8877 info
verify=`./src/tools/ebusctl -p 8877 info|egrep "^address 04:"`
if [ "x$verify" != 'xaddress 04: slave #25, scanned "MF=153;ID=BBBBB;SW=3031;HW=3031"' ]; then
echo "error unexpected result from info command: $verify"