Jim Meyering
|
5e778f7c8d
|
global: convert indentation-TABs to spaces
Transformed via this shell code:
t=$'\t'
git ls-files \
| grep -vE '(^|/)((GNU)?[Mm]akefile|ChangeLog)|\.(am|mk)$' \
| grep -vE 'tests/pr/|help2man' \
| xargs grep -lE "^ *$t" \
| xargs perl -MText::Tabs -ni -le \
'$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_'
|
2009-08-25 09:21:00 +02:00 |
|
Jim Meyering
|
25507a54f7
|
tests: df/total-verify: avoid test failure with older Perl
* tests/df/total-verify: Don't use perl's -f option.
Reported by Matthew Woehlke.
|
2009-03-19 18:49:57 +01:00 |
|
Jim Meyering
|
90f74735aa
|
tests: df: skip total-verify if df fails
* tests/df/total-verify: Skip the test if df fails.
|
2008-11-30 19:15:51 +01:00 |
|
Ondřej Vašík
|
ac819e1044
|
* tests/df/total-verify [VERBOSE]: Run df --version, not ls --version.
|
2008-11-12 13:27:23 +01:00 |
|
Jim Meyering
|
36eb45201f
|
avoid spurious test failure when df always fails
* tests/df/total-verify: Skip upon _df_ failure, not tee failure.
Reported by Ondřej Vašík. Details in
<http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15028>.
|
2008-11-12 12:53:54 +01:00 |
|
Jim Meyering
|
1833a876ae
|
tests: df: avoid test failure when using mawk
* tests/df/total-awk: Rewrite to use $PERL, not $AWK.
mawk can't even count above 2^31. Reported by Ed Avis.
http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14792/focus=14802
* tests/df/total-verify: Rename from total-awk.
* tests/Makefile.am (TESTS): Reflect renaming.
|
2008-10-12 11:11:38 +02:00 |
|