aboutsummaryrefslogtreecommitdiffstats
path: root/tests/rm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-11rm: rewrite to use ftsJim Meyering1-1/+1
2009-08-25global: convert indentation-TABs to spacesJim Meyering1-83/+83
2009-07-30tests: new function: require_openat_support_Jim Meyering1-7/+1
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering39-41/+41
2009-05-05tests: rm/one-file-system: umount more reliablyJim Meyering1-3/+6
2009-03-26tests: mark the rm/ext3-perf test as "very" expensiveJim Meyering1-1/+1
2009-03-06tests: fix just-introduced typo in rm/ext3-perfJim Meyering1-1/+1
2009-03-02tests: rm/ext3-perf: relax this testJim Meyering1-1/+6
2008-10-01tests: use our new timeout programJim Meyering1-4/+11
2008-09-27rm -r: avoid O(n^2) performance for a directory with very many entriesJim Meyering1-0/+76
2008-09-10tests: use "Exit $fail", not (exit $fail); exit $failJim Meyering37-37/+37
2008-06-13skip (don't fail) root-only tests for common set-up failuresJim Meyering1-2/+1
2008-05-27in 280+ tests/* files, use $srcdir, not $top_srcdir/testsJim Meyering37-37/+37
2008-05-27prefer abs_srcdir over abs_top_srcdir, ...Jim Meyering1-1/+1
2008-05-17tests: remove ugly /bin/sh wrapper around each perl-based test scriptJim Meyering3-36/+11
2008-05-06tests: hoist the sourcing of "lang-default"Jim Meyering19-19/+0
2008-05-06fix typo in comments: s/ouput/output/Jim Meyering2-2/+2
2008-04-27tests: move another file (expensive) into test-lib.shJim Meyering1-2/+1
2008-04-21tests: skip (don't fail) rm/one-file-system when mount --bind failsJim Meyering1-1/+2
2008-04-21tests: adjust perl -I to use $top_srcdir/tests, not $srcdir/..Jim Meyering2-2/+2
2008-04-21Revamp test-related Makefiles.Jim Meyering41-145/+98
2008-03-31"rm -r DIR" would mistakenly prompt about very long namesJim Meyering2-2/+55
2008-02-25Fix test failure where rm would appear to succeed incorrectly.Bob Proulx1-0/+11
2008-02-11* tests/rm/inaccessible: Source test-lib.sh *before* using skip_test_.Jim Meyering1-2/+2
2008-02-09tests: rm/fail-eperm: require-non-root in perl, not shJim Meyering1-6/+5
2008-02-09tests: Remove priv-check. Use new require_root_ function instead.Jim Meyering4-4/+5
2008-02-09tests: factor out the perl-requiring code in many test scriptsJim Meyering3-12/+3
2008-02-09tests: call skip_test_ in place of echo+exit 77Jim Meyering5-18/+8
2007-11-16Port to Solaris 8 perl, which does not support "use warnings;".Paul Eggert2-2/+2
2007-10-24Don't fail part 2 of tests/rm/unreadable when run as root.Jim Meyering1-2/+4
2007-10-14Pull all TESTS_ENVIRONMENT settings "up" into tests/check.mk.Jim Meyering3-11/+3
2007-10-05Add PACKAGE_VERSION to TESTS_ENVIRONMENT via check.mk.Jim Meyering1-1/+0
2007-09-22rm: give a sensible diagnostic when failing to remove a symlinkJim Meyering1-1/+22
2007-09-16* tests/rm/v-slash: Avoid test failure with non-C locale.Jim Meyering1-0/+1
2007-09-15Enable some previously omitted test scripts. Add a test cross-check.Jim Meyering2-6/+9
2007-09-15Factor out definitions in TESTS_ENVIRONMENT of srcdir, top_srcdir, etc.Jim Meyering1-2/+0
2007-09-15More misc, test-related changes. (some to allow running tests as root)Jim Meyering37-665/+222
2007-08-25Remove all .cvsignore files from version control.Jim Meyering1-2/+0
2007-08-22Change "rm --verbose -r a//" not to print extra slashes in a///bJim Meyering2-0/+52
2007-08-18Run each Coreutils.pm-based test in its own subdirectory.Jim Meyering2-2/+4
2007-07-23Update all copyright notices to use the newer form.Jim Meyering39-195/+117
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering39-39/+39
2007-05-04Avoid failure of root-only test when run with a restrictive umask.Jim Meyering1-4/+6
2007-05-03Avoid test failure when run with a permissive umask.Jim Meyering1-2/+2
2007-05-02Invoke rm via 'setuidgid ... env PATH="$PATH" ...', as in fail-eperm.Jim Meyering1-3/+3
2007-02-24Remove the "gnits" option; it prohibits my using "+" as a versionJim Meyering1-2/+0
2007-02-18* tests/rm/fail-eacces: Skip this test when running as root.Jim Meyering1-1/+2
2007-01-17Make "rm --interactive=never ..." never prompt.Jim Meyering2-1/+55
2007-01-13Put CU_TEST_NAME in the environment for each test run by "make check".Jim Meyering1-0/+1
2007-01-01* tests/rm/fail-eperm: Instead, simply transform the actual output diagnostic.Jim Meyering1-2/+7