cp: ensure backups are created when -T specified
commite66948c3b59045bf8b9f6bd1e0dcc3bb93488cab
authorPádraig Brady <P@draigBrady.com>
Sat, 18 Dec 2010 02:50:33 +0000 (18 02:50 +0000)
committerPádraig Brady <P@draigBrady.com>
Sun, 19 Dec 2010 00:36:29 +0000 (19 00:36 +0000)
tree77ff3c316573b8dc186020f232f31c3b859a0721
parent0e181024c00b746a930aab6a0cfd9162d7b67ae4
cp: ensure backups are created when -T specified

* src/cp.c (do_copy): When -T is specified, initialize
the NEW_DST and SB variables, which are checked when
running: cp -T --force --backup file file
* tests/cp/backup-1: Add the -T case
src/cp.c
tests/cp/backup-1