Home
last modified time | relevance | path

Searched refs:diff_opt_ (Results 1 – 1 of 1) sorted by relevance

/external/zstd/tests/gzip/
Dinit.sh312 for diff_opt_ in -U3 -c '' no; do
313 test "$diff_opt_" = no && break
314 diff_out_=`exec 2>/dev/null; diff $diff_opt_ "$0" "$0" </dev/null` && break
316 test "$diff_opt_" != no
319 compare_ () { diff $diff_opt_ "$@"; }
323 if diff $diff_opt_ "$@" > diff.out; then