]> arthur.barton.de Git - bup.git/commit
Create t/force-delete from t/lib.sh force-delete and use it everywhere.
authorRob Browning <rlb@defaultvalue.org>
Tue, 3 Dec 2013 20:17:26 +0000 (14:17 -0600)
committerRob Browning <rlb@defaultvalue.org>
Tue, 3 Dec 2013 20:17:29 +0000 (14:17 -0600)
commit99a6d3a3c27f79d271b58596a3bafee220be6e2c
treeb6bf759aa59bf7e69c8f34a4168657c13b5db943
parent4ff4df24744887b1a26b2d21a256f1823f3d21cd
Create t/force-delete from t/lib.sh force-delete and use it everywhere.

Move the t/lib.sh force-delete code to t/force-delete as a standalone
command, and use it everywhere -- particularly to delete t/tmp during
"make clean", given the recent move to run all tests inside t/ via
TMPDIR (18f838c9a66d521f9fa042eead3c5771ca99b03a).

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Makefile
t/force-delete [new file with mode: 0755]
t/lib.sh