summaryrefslogtreecommitdiff
path: root/tests/git-backup-on-error-multiple-backups.teardown
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-01-06 17:17:42 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-01-06 17:17:42 +0000
commite4ddfab821969d8da05fdd5b164f39e0167df15c (patch)
tree2d59ece5269db350118f7a0420ab9e934cacf226 /tests/git-backup-on-error-multiple-backups.teardown
parente2256fcb89c9497c29d75be6f04eda9cfc2940f9 (diff)
parent5f5435647ada1d0ef612552e1ecacfbafc71543e (diff)
downloadlorry-e4ddfab821969d8da05fdd5b164f39e0167df15c.tar.gz
Merge branch 'richardipsum/improve_backups'
Reviewed by: Daniel Silverstone
Diffstat (limited to 'tests/git-backup-on-error-multiple-backups.teardown')
-rwxr-xr-xtests/git-backup-on-error-multiple-backups.teardown21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/git-backup-on-error-multiple-backups.teardown b/tests/git-backup-on-error-multiple-backups.teardown
new file mode 100755
index 0000000..7627f88
--- /dev/null
+++ b/tests/git-backup-on-error-multiple-backups.teardown
@@ -0,0 +1,21 @@
+#!/bin/bash
+#
+# Tests when a git mirror fails that it keeps the backups around
+#
+# Copyright (C) 2013 Codethink Limited
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+
+rm -r "$DATADIR/git-backup-test-repo.log" "$DATADIR/work-dir"