summaryrefslogtreecommitdiff
path: root/tests/mv/Makefile.am
AgeCommit message (Collapse)Author
2007-02-24Remove the "gnits" option; it prohibits my using "+" as a versionJim Meyering
string suffix, and all it does (beyond the default "gnu" option) is to _require_ the THANKS file. * configure.ac (AM_INIT_AUTOMAKE): Remove it. Remove all AUTOMAKE_OPTIONS settings in Makefile.am files. * tests/chgrp/Makefile.am, tests/chmod/Makefile.am: * tests/chown/Makefile.am, tests/cp/Makefile.am: * tests/du/Makefile.am, tests/expr/Makefile.am: * tests/factor/Makefile.am, tests/general/Makefile.am: * tests/install/Makefile.am, tests/ln/Makefile.am: * tests/ls/Makefile.am, tests/mkdir/Makefile.am: * tests/mv/Makefile.am, tests/readlink/Makefile.am: * tests/rm/Makefile.am, tests/rmdir/Makefile.am: * tests/seq/Makefile.am, tests/stty/Makefile.am: * tests/tee/Makefile.am, tests/touch/Makefile.am:
2007-01-13Put CU_TEST_NAME in the environment for each test run by "make check".Jim Meyering
* Transform all Makefile.am files so that when running "make check", CU_TEST_NAME is set to the name of the test. This is so that when I run valgrind-enabled (--log-file-qualifier=CU_TEST_NAME) "make check" on the entire package it is more convenient to map a leak or error found in a valgrind log file back to the offending test. Use this command: (echo tests/Makefile.am.in; find tests -name Makefile.am) \ |xargs perl -pi -e '/^(\s*)PATH=...VG_PATH_PREFIX/ and ' \ -e 'print $1,q|CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst |,"\\\n"'
2006-12-13Don't fail if mv/acl test succeeds.Andreas Schwab
* tests/mv/acl (skip): Check for acl support in the file system. * tests/mv/Makefile.am (XFAIL_TESTS): Remove. (TESTS_ENVIRONMENT): Pass CONFIG_HEADER. Signed-off-by: Jim Meyering <jim@meyering.net>
2006-11-12Avoid false-positive when testing via valgrind.Jim Meyering
* tests/mv/atomic: Grep strace output for a more specific pattern than just "unlink", since that got a false positive when testing under valgrind: unlink("/tmp/valgrind_proc_9657_cmdline_A51E9991") = 0 * tests/mv/Makefile.am (TESTS_ENVIRONMENT): Define EGREP.
2006-10-25new feature: rm accepts new option: --one-file-systemJim Meyering
Suggested by Steve McIntyre in <http://bugs.debian.org/392925>. * src/remove.h (struct rm_options) [one_file_system]: New member. * src/rm.c (rm_option_init): Initialize it. (usage): Document the option. * src/mv.c (rm_option_init): Likewise. * src/remove.c (remove_dir): With --one-file-system and --recursive, for each directory command line argument, do not affect a file system different from that of the starting directory. And give a diagnostic. * src/rm.c (ONE_FILE_SYSTEM): New enum. (main): Handle new option. * tests/rm/one-file-system: Test the above. * tests/rm/Makefile.am (TESTS): Add one-file-system. * tests/Makefile.am (check-root): Add the rm/one-file-system test to the list. (EXTRA_DIST): Add other-fs-tmpdir. * tests/mv/setup: Removed. Renamed to... * tests/other-fs-tmpdir: ...this new file. * tests/mv/Makefile.am (EXTRA_DIST): Remove setup. * tests/mv/acl: Reflect renaming: use ../other-fs-tmpdir. * tests/mv/backup-is-src: Likewise. * tests/mv/hard-link-1: Likewise. * tests/mv/leak-fd: Likewise. * tests/mv/mv-special-1: Likewise. * tests/mv/part-fail: Likewise. * tests/mv/part-hardlink: Likewise. * tests/mv/part-rename: Likewise. * tests/mv/part-symlink: Likewise. * tests/mv/partition-perm: Likewise. * tests/mv/to-symlink: Likewise. * tests/mv/into-self-2: Likewise. [doc/ChangeLog] * coreutils.texi (rm invocation): Describe --one-file-system.
2006-09-24* tests/mv/hard-verbose: New file. Test for the above fix.Jim Meyering
* tests/mv/Makefile.am (TESTS): Add hard-verbose.
2006-09-20* NEWS: Document fix for cp -i and mv -i.Paul Eggert
* src/copy.c (copy_internal): With -i, prompt even if the source is a directory and the destination is not. This is required by POSIX and gives the user a chance to bail out before failing. * tests/cp/Makefile.am (TESTS): Add cp-i. * tests/cp/cp-i: New file. * tests/mv/Makefile.am (TESTS): Add i-5. * tests/mv/i-5: New file.
2006-08-26* tests/mv/Makefile.am (TESTS): Add backup-dir.Jim Meyering
2006-08-17Add/fix copyright notices and adjust to latest GNU FDL.Paul Eggert
2006-07-09(TESTS): Add dir2dir.Jim Meyering
2006-07-03* tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRONMENT):Jim Meyering
Add $VG_PATH_PREFIX as a prefix to $PATH
2006-05-11(TESTS): Add no-target-dir.Jim Meyering
2006-05-11(TESTS): Add atomic.Jim Meyering
2005-11-17(XFAIL_TESTS): Add acl.Jim Meyering
2005-11-17(TESTS): Add acl.Jim Meyering
2005-05-10(TESTS): Add reply-no.Jim Meyering
2004-10-21(TESTS): Add leak-fd.Jim Meyering
2004-03-12(TESTS): Add part-hardlink.Jim Meyering
2003-09-07(EXTRA_DIST): Add vfat.Jim Meyering
2003-04-05*** empty log message ***Jim Meyering
2003-04-04(TESTS): Add hard-4.Jim Meyering
2003-03-02(TESTS): Add hard-3.Jim Meyering
2003-02-28(TESTS): Add hard-2.Jim Meyering
2003-02-02*** empty log message ***Jim Meyering
2002-06-15(TESTS): Add perm-1.Jim Meyering
2002-03-29(TESTS): Add i-link-no.Jim Meyering
2002-03-17(TESTS): Add part-fail.Jim Meyering
2001-11-22(TESTS): Add dup-source.Jim Meyering
2001-10-21(TESTS): Remove i-3. It's not portable.Jim Meyering
2001-09-23(TESTS): Add childproof.Jim Meyering
2001-09-08(TESTS): Add i-4.Jim Meyering
2001-08-07(TESTS): Add update.Jim Meyering
2001-08-05(TESTS): Add i-3.Jim Meyering
2001-01-14(TESTS): Add trailing-slash.Jim Meyering
2001-01-13(TESTS): Add into-self-4.Jim Meyering
2000-09-22(TESTS): Add part-rename.Jim Meyering
2000-09-02*** empty log message ***Jim Meyering
2000-06-12(TESTS): Add diag.Jim Meyering
2000-05-20(TESTS): Add i-2.Jim Meyering
2000-02-03*** empty log message ***Jim Meyering
2000-02-03(TESTS): Add dir-file.Jim Meyering
1999-12-04(TESTS): Add to-symlink.Jim Meyering
1999-11-27(TESTS): Add partition-perm.Jim Meyering
1999-05-23(TESTS): Add force.Jim Meyering
(TESTS_ENVIRONMENT): Change PATH to be absolute.
1998-11-30(TESTS): Add hard-link-1.Jim Meyering
1998-11-30(TESTS): Add into-self-3.Jim Meyering
1998-10-05add double quotesJim Meyering
1998-10-05(TESTS_ENVIRONMENT): Define PERL.Jim Meyering
1998-10-04(TESTS_ENVIRONMENT): Add PATH.Jim Meyering
1998-10-03(TESTS): Add i-1.Jim Meyering