Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-30 | tests: factor 350 fail=0 initializations into test-lib.sh | Jim Meyering | |
Run this command to remove the factored-out "fail=0" lines. perl -ni -e '/^fail=0$/ or print' $(g grep -l '^fail=0$') * tests/test-lib.sh: Initialize fail=0 here, not in 300+ scripts. * tests/...: nearly all bourne shell scripts Suggested by Eric Blake. | |||
2009-06-23 | maint: update all Copyright year lists to include 2009 | Jim Meyering | |
2008-11-16 | tests: remove debug code that would try to write into /t/k-env | Jim Meyering | |
* tests/ls/no-cap: Remove debugging "tee". | |||
2008-10-21 | tests: test today's ls-vs-capability fix | Jim Meyering | |
Test for this fix: f3f1ccfd871ee395e7fafc051c1b7dedb39fdfc9. * tests/Makefile.am (TESTS): Add ls/no-cap. * tests/ls/no-cap: New file. |