summaryrefslogtreecommitdiff
path: root/tests/mv
AgeCommit message (Expand)AuthorFilesLines
2008-05-27in 280+ tests/* files, use $srcdir, not $top_srcdir/testsJim Meyering39-40/+40
2008-05-27prefer abs_srcdir over abs_top_srcdir, ...Jim Meyering13-13/+13
2008-05-17tests: remove ugly /bin/sh wrapper around each perl-based test scriptJim Meyering1-8/+1
2008-05-06tests: hoist the sourcing of "lang-default"Jim Meyering26-26/+0
2008-05-06fix typo in comments: s/ouput/output/Jim Meyering1-1/+1
2008-04-27tests: don't source envvar-check manually, test-lib.sh does itJim Meyering1-1/+0
2008-04-27tests: move another file (expensive) into test-lib.shJim Meyering1-4/+4
2008-04-21tests: adjust perl -I to use $top_srcdir/tests, not $srcdir/..Jim Meyering1-1/+1
2008-04-21Revamp test-related Makefiles.Jim Meyering41-146/+94
2008-04-14tests: don't fail on systems without a "stat" syscallJim Meyering2-2/+2
2008-03-28Require that "(exit $fail); exit $fail" be last line of each test.Jim Meyering13-25/+24
2008-03-19mv: never unlink a destination file before calling renameJim Meyering2-2/+52
2008-02-28Make copyright comments consistent.Jim Meyering1-1/+1
2008-02-12Move more test_skip_-using code to follow ". test-lib.sh".Jim Meyering1-5/+5
2008-02-11tests: Migrate sourced strace file into a function, require_strace_.Jim Meyering1-2/+2
2008-02-09tests: Remove priv-check. Use new require_root_ function instead.Jim Meyering1-1/+1
2008-02-09tests: factor out the perl-requiring code in many test scriptsJim Meyering1-7/+1
2008-02-09tests: call skip_test_ in place of echo+exit 77Jim Meyering3-15/+6
2008-02-09tests: start migrating sourced-file function-like tests into test-lib.sh.Jim Meyering1-2/+2
2008-02-09tests: mv/acl: Don't mention "yes" as a partition name in diagnostic.Jim Meyering1-5/+5
2007-12-12* tests/mv/part-symlink: Redirect diff output to stderr.Jim Meyering1-2/+2
2007-11-16Port to Solaris 8 perl, which does not support "use warnings;".Paul Eggert1-1/+1
2007-10-14Pull all TESTS_ENVIRONMENT settings "up" into tests/check.mk.Jim Meyering2-9/+2
2007-10-05Make a failing cross-partition mv give a sensible diagnostic.Jim Meyering2-0/+71
2007-09-15More misc, test-related changes. (some to allow running tests as root)Jim Meyering10-13/+22
2007-09-15Convert tests/mv, too.Jim Meyering38-767/+240
2007-08-25Remove all .cvsignore files from version control.Jim Meyering1-2/+0
2007-08-23Don't let ln be a party to destroying user data.Jim Meyering1-3/+16
2007-08-18Run each Coreutils.pm-based test in its own subdirectory.Jim Meyering1-1/+2
2007-07-23Update all copyright notices to use the newer form.Jim Meyering40-200/+120
2007-07-19"cp -i --update older newer" no longer prompts; same for mvJim Meyering1-6/+11
2007-07-15ls --color: Don't stat symlinks when neither ORPHAN nor MISSING attribute has...Jim Meyering1-13/+2
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering40-40/+40
2007-03-29ls: Add support for SELinux and a slightly modified -Z option.Jim Meyering1-1/+1
2007-03-24If strace malfunctions, skip the test rather than failing it.Jim Meyering1-1/+7
2007-03-22* tests/mv/hard-3: Correct the preceding change: $3 -> $2.Jim Meyering1-3/+3
2007-03-22Improve a test script.Paul Eggert1-6/+6
2007-03-16* src/copy.c: Include filemode.h.Paul Eggert1-2/+2
2007-02-24Remove the "gnits" option; it prohibits my using "+" as a versionJim Meyering1-3/+1
2007-01-13Put CU_TEST_NAME in the environment for each test run by "make check".Jim Meyering1-0/+1
2007-01-03Avoid spurious test failures on MacOS X 10.3.9, in a German locale.Bruno Haible1-0/+2
2006-12-30* tests/mv/acl (skip): Skip this test also if the destinationJim Meyering1-3/+7
2006-12-13Don't fail if mv/acl test succeeds.Andreas Schwab2-4/+22
2006-11-28* tests/mv/no-target-dir: Detect a buggy rename syscall. If found,Jim Meyering1-0/+8
2006-11-28* tests/mv/dir2dir: Also accept EBUSY.Jim Meyering1-2/+3
2006-11-12Avoid false-positive when testing via valgrind.Jim Meyering2-1/+2
2006-10-25new feature: rm accepts new option: --one-file-systemJim Meyering14-74/+13
2006-10-22* tests/sample-test: Quote variables containing absolute buildJim Meyering31-58/+58
2006-09-24* tests/mv/hard-verbose: New file. Test for the above fix.Jim Meyering2-0/+57
2006-09-20* NEWS: Document fix for cp -i and mv -i.Paul Eggert2-1/+52