summaryrefslogtreecommitdiff
path: root/tests/mv
AgeCommit message (Expand)Author
2009-08-30tests: don't misbehave if $TMPDIR contains spacesPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2009-04-02tests: skip mv/i-3 if /dev/stdin is unreadableJim Meyering
2009-02-22tests: reenable temporarily-disabled tests using e.g., trap '' TTOUJim Meyering
2009-02-21tests: skip newly-modified tests unconditionally, just to be safeJim Meyering
2009-02-21tests: don't let SIGTTOU/TTIN hang a backgrounded "make check"Jim Meyering
2009-02-18add missing copyright datesEric Blake
2009-01-14cp/mv: add --no-clobber (-n) option to not overwrite targetKamil Dudka
2008-12-01cp, mv: remove 3-year-deprecated+warned-about --reply optionJim Meyering
2008-09-10fix minor shell issues in test suiteRalf Wildenhues
2008-09-10tests: use "Exit $fail", not (exit $fail); exit $failJim Meyering
2008-09-08tests: move input-tty into a test-lib.sh functionJim Meyering
2008-05-27in 280+ tests/* files, use $srcdir, not $top_srcdir/testsJim Meyering
2008-05-27prefer abs_srcdir over abs_top_srcdir, ...Jim Meyering
2008-05-17tests: remove ugly /bin/sh wrapper around each perl-based test scriptJim Meyering
2008-05-06tests: hoist the sourcing of "lang-default"Jim Meyering
2008-05-06fix typo in comments: s/ouput/output/Jim Meyering
2008-04-27tests: don't source envvar-check manually, test-lib.sh does itJim Meyering
2008-04-27tests: move another file (expensive) into test-lib.shJim Meyering
2008-04-21tests: adjust perl -I to use $top_srcdir/tests, not $srcdir/..Jim Meyering
2008-04-21Revamp test-related Makefiles.Jim Meyering
2008-04-14tests: don't fail on systems without a "stat" syscallJim Meyering
2008-03-28Require that "(exit $fail); exit $fail" be last line of each test.Jim Meyering
2008-03-19mv: never unlink a destination file before calling renameJim Meyering
2008-02-28Make copyright comments consistent.Jim Meyering
2008-02-12Move more test_skip_-using code to follow ". test-lib.sh".Jim Meyering
2008-02-11tests: Migrate sourced strace file into a function, require_strace_.Jim Meyering
2008-02-09tests: Remove priv-check. Use new require_root_ function instead.Jim Meyering
2008-02-09tests: factor out the perl-requiring code in many test scriptsJim Meyering
2008-02-09tests: call skip_test_ in place of echo+exit 77Jim Meyering
2008-02-09tests: start migrating sourced-file function-like tests into test-lib.sh.Jim Meyering
2008-02-09tests: mv/acl: Don't mention "yes" as a partition name in diagnostic.Jim Meyering
2007-12-12* tests/mv/part-symlink: Redirect diff output to stderr.Jim Meyering
2007-11-16Port to Solaris 8 perl, which does not support "use warnings;".Paul Eggert
2007-10-14Pull all TESTS_ENVIRONMENT settings "up" into tests/check.mk.Jim Meyering
2007-10-05Make a failing cross-partition mv give a sensible diagnostic.Jim Meyering
2007-09-15More misc, test-related changes. (some to allow running tests as root)Jim Meyering
2007-09-15Convert tests/mv, too.Jim Meyering
2007-08-25Remove all .cvsignore files from version control.Jim Meyering
2007-08-23Don't let ln be a party to destroying user data.Jim Meyering
2007-08-18Run each Coreutils.pm-based test in its own subdirectory.Jim Meyering
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-19"cp -i --update older newer" no longer prompts; same for mvJim Meyering
2007-07-15ls --color: Don't stat symlinks when neither ORPHAN nor MISSING attribute has...Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-03-29ls: Add support for SELinux and a slightly modified -Z option.Jim Meyering
2007-03-24If strace malfunctions, skip the test rather than failing it.Jim Meyering
2007-03-22* tests/mv/hard-3: Correct the preceding change: $3 -> $2.Jim Meyering
2007-03-22Improve a test script.Paul Eggert