Age | Commit message (Expand) | Author |
2010-11-17 | tests: convert 'if test "$VERBOSE" = yes; then' to test ... && | Jim Meyering |
2010-11-17 | tests: convert first batch of tests from test-lib.sh to init.sh | Jim Meyering |
2010-11-01 | tests: fix a false positive for 32 bit on 64 bit hosts | Nix |
2010-09-07 | tests: make various timeouts more robust | Pádraig Brady |
2010-08-09 | ls: fix a test failure that should have been skipped | Dan Hipschman |
2010-04-16 | tests: avoid spurious failure of ls/color-norm test | Pádraig Brady |
2010-04-14 | tests: avoid spurious failure of root-only ls/capability test | Jim Meyering |
2010-02-17 | ls: fix a regression by honoring NORMAL attributes again | Moritz Orbach |
2010-02-02 | tests: fix various timeout races | Pádraig Brady |
2010-02-01 | ls --color: don't emit a final no-op escape sequence | Jim Meyering |
2010-01-23 | maint: ensure test independence from config macro format | Pádraig Brady |
2010-01-13 | tests: work around spurious test failure with OpenBSD4.5's /bin/sh | Jim Meyering |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-12-06 | tests: readdir-mountpoint-inode avoid false-positive w/virtualbox | Jim Meyering |
2009-11-09 | ls: fix capability coloring | Pádraig Brady |
2009-10-30 | tests: factor 350 fail=0 initializations into test-lib.sh | Jim Meyering |
2009-10-17 | tests: abmon-align: avoid test failure | Jim Meyering |
2009-09-30 | ls: always print "?" for allocated size of a dereferenced dangling symlink | Pádraig Brady |
2009-09-29 | ls: print "?", not "0" as inode of dereferenced dangling symlink | Jim Meyering |
2009-09-29 | ls: with -LR, exit with status 2 upon detecting a cycle | Jim Meyering |
2009-09-21 | ls: handle disabling of colors consistently for all tile types | Pádraig Brady |
2009-09-07 | tests: ls/color-clear-to-eol: append NL to accommodate old sed | Jim Meyering |
2009-09-05 | tests: ls/stat-vs-dirent: avoid spurious test failure | Jim Meyering |
2009-09-01 | ls -i: print consistent inode numbers also for mount points | Jim Meyering |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-06-23 | maint: update all Copyright year lists to include 2009 | Jim Meyering |
2009-06-11 | tests: ls --color, permissions override hardlink coloring | Pádraig Brady |
2009-06-11 | ls --color: do not colorize files with multiple hard links by default | Kamil Dudka |
2009-04-03 | ls: fix alignment when month names have varying widths | Pádraig Brady |
2009-03-24 | ls: make it possible to disable coloring of hard links | Kamil Dudka |
2009-02-25 | tests: using printf with \e for ESC isn't portable | Jim Meyering |
2009-02-10 | ls: clean up after wrapped+colored file names with clear-to-EOL | Jim Meyering |
2008-11-16 | tests: remove debug code that would try to write into /t/k-env | Jim Meyering |
2008-10-28 | ls: --color now highlights hard linked files, too | Kamil Dudka |
2008-10-28 | tests: ls/stat-failed: don't discard stderr. | Jim Meyering |
2008-10-21 | tests: test today's ls-vs-capability fix | Jim Meyering |
2008-10-02 | tests: skip a root-only test when configured without libcap | Jim Meyering |
2008-09-10 | tests: use "Exit $fail", not (exit $fail); exit $fail | Jim Meyering |
2008-08-01 | ls: --color now highlights files with capabilities, too | Kamil Dudka |
2008-05-27 | in 280+ tests/* files, use $srcdir, not $top_srcdir/tests | Jim Meyering |
2008-05-06 | tests: hoist the sourcing of "lang-default" | Jim Meyering |
2008-04-27 | tests: don't source envvar-check manually, test-lib.sh does it | Jim Meyering |
2008-04-21 | Revamp test-related Makefiles. | Jim Meyering |
2008-04-14 | tests: don't fail on systems without a "stat" syscall | Jim Meyering |
2008-03-28 | Require that "(exit $fail); exit $fail" be last line of each test. | Jim Meyering |
2008-02-17 | ls --color no longer outputs unnecessary escape sequences | Ed Avis |
2008-02-11 | tests: Migrate sourced strace file into a function, require_strace_. | Jim Meyering |
2008-02-09 | tests: Remove priv-check. Use new require_root_ function instead. | Jim Meyering |
2008-02-09 | tests: factor out the perl-requiring code in many test scripts | Jim Meyering |
2008-02-09 | tests: call skip_test_ in place of echo+exit 77 | Jim Meyering |