diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-08-08 00:00:34 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-08-08 00:00:50 +0200 |
commit | 0cfcc705c755eda1911a8868b2214c6a56f8e064 (patch) | |
tree | ad3c91197896b75e98d3b87da0d298b0b4a15e2a /test | |
parent | c81c0e57ff41bbc51e13600b8581145b34aef55f (diff) |
Fix old call
Diffstat (limited to 'test')
-rwxr-xr-x | test/runTest | 6 |
1 files changed, 3 insertions, 3 deletions
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 |