summaryrefslogtreecommitdiffstats
path: root/test/test.d/db-update.sh
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-10-12 13:55:56 +0200
committerFlorian Pritz <bluewind@xinu.at>2015-05-27 15:46:05 +0200
commita639bca6cc963483eb1627c7e6a1fa0af23ca148 (patch)
tree779555032db150252a42b297687f4fca192cc741 /test/test.d/db-update.sh
parentd21c84ef995248661da4d9d8b8e12499144f37f5 (diff)
downloaddbscripts-a639bca6cc963483eb1627c7e6a1fa0af23ca148.tar.gz
dbscripts-a639bca6cc963483eb1627c7e6a1fa0af23ca148.tar.xz
add new tests; misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'test/test.d/db-update.sh')
-rwxr-xr-xtest/test.d/db-update.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test.d/db-update.sh b/test/test.d/db-update.sh
index 5cee647..6fe0321 100755
--- a/test/test.d/db-update.sh
+++ b/test/test.d/db-update.sh
@@ -150,10 +150,9 @@ testAddIncompleteSplitPackage() {
releasePackage ${repo} ${pkgbase} ${arch}
done
- # remove a split package to make db-update fail
+ # remove a split package to make db-update ignore it
rm "${STAGING}"/extra/${pkgbase}1-*
- # TODO: should this really not add any packages but exit 0? check against new specs
../db-update
for arch in ${arches[@]}; do