diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/cp/cp-mv-backup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cp/cp-mv-backup b/tests/cp/cp-mv-backup index 1064a2ae1..8750d614a 100755 --- a/tests/cp/cp-mv-backup +++ b/tests/cp/cp-mv-backup @@ -1,4 +1,6 @@ #!/bin/sh +# Test basic --backup functionality -- initially do it just for cp. +# It won't be hard to adapt this script to work for mv, too. if test "$VERBOSE" = yes; then set -x |