fix posix compliance

This commit is contained in:
John
2022-01-30 22:04:20 +01:00
parent e55c967a4b
commit ee2c4d2b22
+1 -1
View File
@@ -92,7 +92,7 @@ if [ -n "$RUNTEST" ]; then
exit 1
}
($RELEASE/usr/bin/ebusd -f -c src/lib/ebus/test -d /dev/null --checkconfig -i 10fe0900040000803e/ | egrep "received update-read broadcast test QQ=10: 0\.25$") || testdie
if [ "$RUNTEST" == "full" ]; then
if [ "$RUNTEST" = "full" ]; then
(cd src/lib/ebus/test && make >/dev/null && ./test_filereader && ./test_data && ./test_message && ./test_symbol) || testdie
fi
fi