summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-17 18:51:44 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-17 18:51:44 +0000
commite6d1b8c68a7639bc577eb61fba69bf626ce5c3c2 (patch)
treeceffb51c80096ecd3e21e489e561766cb5101f48
parent5547d48813a68f780105ac14550314a0dbbd6805 (diff)
downloadobnam-e6d1b8c68a7639bc577eb61fba69bf626ce5c3c2.tar.gz
Remove another seemingly pointless test
-rwxr-xr-xtests/forget-removes-unwated-data.script32
1 files changed, 0 insertions, 32 deletions
diff --git a/tests/forget-removes-unwated-data.script b/tests/forget-removes-unwated-data.script
deleted file mode 100755
index 7c035794..00000000
--- a/tests/forget-removes-unwated-data.script
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/bin/sh
-# Copyright 2011 Lars Wirzenius
-#
-# 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, either version 3 of the License, or
-# (at your option) any later version.
-#
-# 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, see <http://www.gnu.org/licenses/>.
-
-set -e
-
-dd if=/dev/zero of="$DATADIR/data/aaa" bs=1M count=1 2> /dev/null
-
-$SRCDIR/tests/backup --deduplicate=never
-$SRCDIR/tests/backup --deduplicate=never
-
-$SRCDIR/tests/obnam genids > "$DATADIR/genids-1"
-$SRCDIR/tests/obnam forget $(cat "$DATADIR/genids-1")
-
-# Remove encryption metadata, if any.
-rm -f "$DATADIR/repo/chunks/key"
-rm -f "$DATADIR/repo/chunks/userkeys"
-
-find "$DATADIR/repo/chunks" -type f -ls
-