summaryrefslogtreecommitdiff
path: root/testsuite/delete.test
Commit message (Collapse)AuthorAgeFilesLines
* Preparing for release of 3.2.4pre2v3.2.4pre2Wayne Davison2022-01-151-1/+1
|
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-1/+1
|
* Minor cleanup (#214)a13460542021-09-261-4/+4
| | | | | | | | | | | | - use `grep -E` and `grep -F` (`egrep` and `fgrep` are non-standard) - use same hashbang style for all test scripts - use explicit comparisons in test scripts - remove redundant ; from test scripts - make test script not executable, just like all the other scripts - unify codestyle across all test scripts - make openssl license exception clearer by having it at the top - use modern links in COPYING. The text now matches: https://www.gnu.org/licenses/gpl-3.0.txt - fix typo
* Convert a couple files to UTF-8; more Copyright years.Wayne Davison2020-06-131-1/+1
|
* Changed some instances of \" in checkit calls to '.Wayne Davison2007-09-031-2/+1
|
* Let's try using egrep instead of grep since grep on SolarisWayne Davison2007-07-151-2/+2
| | | | systems was failing to work right.
* Make sure that --dry-run with --del doesn't output extraneous infoWayne Davison2007-07-141-1/+13
| | | | when the dest directory does not exist.
* Use a single makepath call with multiple args.Wayne Davison2007-04-241-3/+1
|
* Make the error messages a little clearer.Wayne Davison2006-12-161-3/+3
|
* Switch over to testing --remove-source-files, not *-sent-*.Wayne Davison2006-11-221-2/+2
|
* Test --del too.Wayne Davison2006-11-101-1/+8
|
* Improved the --delete-excluded test based on Matt's input andWayne Davison2006-09-011-4/+8
| | | | another corner case I noticed.
* Added Matt's --delete-excluded test for merge-file correctness.Wayne Davison2006-08-311-0/+10
|
* Added a missing '(' in the opening comments.Wayne Davison2006-02-041-1/+1
|
* Decided I don't like "set -x".Wayne Davison2006-02-031-2/+0
|
* Decided I like "set -x" after all.Wayne Davison2005-02-261-0/+2
|
* Test --remove-sent-files.Wayne Davison2005-02-201-0/+27