diff --git a/integration/binary_diff.sh b/integration/binary_diff.sh index 44b06eb..50826e4 100755 --- a/integration/binary_diff.sh +++ b/integration/binary_diff.sh @@ -42,7 +42,8 @@ fi function diff_warn { # compare & warn if binary args don't match - diff -q "$1" "$2" | grep -E "^Files [a-zA-Z0-9. ]+differ" + # TODO: this needs to be checked against typical versions of grep + diff -q "$1" "$2" | grep -E "^Files .+ differ" } # input paths