Home
last modified time | relevance | path

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

/coreutils/tests/
Dinit.sh647 for diff_opt_ in -u -U3 -c '' no; do
648 test "$diff_opt_" != no &&
650 LC_ALL=C diff $diff_opt_ "$0" "$0" < /dev/null` &&
653 if test "$diff_opt_" != no; then
655 compare_ () { LC_ALL=C diff $diff_opt_ "$@"; }
661 LC_ALL=C diff $diff_opt_ "$@" > diff.out