From ae3ff361863b72d9cd52d9379cda7e7dbe825b15 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 5 Nov 2011 15:03:05 +0100 Subject: Adjust tests to use new db-remove interface --- test/test.d/create-filelists.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test.d/create-filelists.sh') diff --git a/test/test.d/create-filelists.sh b/test/test.d/create-filelists.sh index 80b0927..49734c4 100755 --- a/test/test.d/create-filelists.sh +++ b/test/test.d/create-filelists.sh @@ -88,7 +88,7 @@ testCleanupFileLists() { ../db-update for arch in ${arches[@]}; do - ../db-remove pkg-simple-a extra ${arch} + ../db-remove extra ${arch} pkg-simple-a done for arch in ${arches[@]}; do -- cgit v1.2.3-24-g4f1b