Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-15 | Move the two tests in tests/md5sum to tests/misc/md5sum. | Jim Meyering | |
* tests/md5sum/basic-1: Move this file to ... * tests/misc/md5sum: ...here. Don't rely on $PROG in env. * tests/md5sum/newline-1: Move this file to ... * tests/misc/md5sum-newline: ...here. Don't rely on $PROG in env. * tests/misc/Makefile.am (TESTS): Add md5sum. * tests/Makefile.am (SUBDIRS): Remove md5sum. * tests/md5sum: Remove the directory. * configure.ac (AC_CONFIG_FILES): Remove tests/md5sum/Makefile | |||
2007-08-18 | Run each Coreutils.pm-based test in its own subdirectory. | Jim Meyering | |
* tests/CuTmpdir.pm: New file. * tests/Makefile.am (EXTRA_DIST): Add CuTmpdir.pm. * tests/misc/od, tests/misc/base64, tests/misc/basename: * tests/misc/cut, tests/misc/date, tests/misc/dirname: * tests/misc/expand, tests/misc/fold, tests/misc/head-elide-tail: * tests/misc/paste-no-nl, tests/misc/pr, tests/misc/sha224sum: * tests/misc/sha256sum, tests/misc/sha384sum, tests/misc/sha512sum: * tests/misc/sort-merge, tests/misc/stat-printf, tests/misc/test-diag: * tests/misc/wc-files0-from, tests/misc/xstrtol: * tests/dd/skip-seek, tests/dircolors/simple, tests/du/files0-from: * tests/expr/basic, tests/factor/basic, tests/fmt/basic: * tests/ls-2/tests, tests/md5sum/basic-1, tests/md5sum/newline-1: * tests/seq/basic, tests/sha1sum/basic-1, tests/sha1sum/sample-vec: * tests/sum/basic-1, tests/tsort/basic-1, tests/unexpand/basic-1: * tests/mv/i-1, tests/rm/empty-name, tests/rm/unreadable: Use it. * tests/misc/test-diag: Use "$ENV{abs_top_builddir}/src/test", not "../../src/test", so it works when run from a subdirectory. * tests/ls-2/tests: Create temp files and dirs from within the perl script, so that they're removed, when run from a subdirectory. | |||
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering | |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | |
2006-08-17 | Add/fix copyright notices and adjust to latest GNU FDL. | Paul Eggert | |
2005-04-20 | Renamed Fetish package to Coreutils. | Paul Eggert | |
2003-08-31 | Reorder/rename the last 3 tests to make them consistent with | Jim Meyering | |
those in tests/sha1sum/basic-1. | |||
2003-08-31 | (check-bsd3): New test to make sure that | Jim Meyering | |
`md5sum --check' doesn't accept the BSD SHA1 format (adapted from `check-bsd' test in tests/sha1sum/basic-1). | |||
2003-05-24 | New tests for --check exit status, and for BSD-style checksum files. | Jim Meyering | |
2003-04-08 | Run $PERL to see if it is available, rather than testing its value. | Jim Meyering | |
1999-07-15 | Revert the 1999-02-15 change and | Jim Meyering | |
add --text for individual tests. Reported by Eli Zaretskii. | |||
1999-03-07 | Remove newline test. | Jim Meyering | |
1999-03-07 | (backslash): Use .\foo instead of \.foo so we | Jim Meyering | |
don't tramp on root directory in MSDOS/Windows. Suggestion from Eli Zaretskii. | |||
1999-01-14 | Use `f', not `x' as temp. file name to avoid warnings from perl5.004. | Jim Meyering | |
1998-10-04 | Add tests with filenames containing newline and backslash characters. | Jim Meyering | |
1998-10-04 | . | Jim Meyering | |