From 0cfcc705c755eda1911a8868b2214c6a56f8e064 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 8 Aug 2010 00:00:34 +0200 Subject: Fix old call --- test/runTest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/runTest b/test/runTest index c53b63c..6a4f3de 100755 --- a/test/runTest +++ b/test/runTest @@ -148,7 +148,7 @@ testMoveSimplePackages() { ../db-update testing for arch in ${arches[@]}; do - ../db-move-draft pkg-simple-a testing extra ${arch} + ../db-move pkg-simple-a testing extra ${arch} done for arch in ${arches[@]}; do @@ -168,7 +168,7 @@ testMoveAnyPackages() { done ../db-update testing - ../db-move-draft pkg-any-a testing extra any + ../db-move pkg-any-a testing extra any checkAnyPackage extra pkg-any-a-1-1-any.pkg.tar.xz checkRemovedAnyPackage testing pkg-any-a @@ -190,7 +190,7 @@ testMoveSplitPackages() { ../db-update testing for arch in ${arches[@]}; do - ../db-move-draft pkg-split-a testing extra ${arch} + ../db-move pkg-split-a testing extra ${arch} done for arch in ${arches[@]}; do -- cgit v1.2.3-24-g4f1b