sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 6e723140c20e172c633cf2718fe56eaeca48a6d8
parent df3205097835c450a28f2a254a93cbf7215cd24c
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Mon, 14 Dec 2015 15:48:54 +0100

Test sboupgrade --all; see #19

Diffstat:
Mt/travis.sh | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/t/travis.sh b/t/travis.sh @@ -49,3 +49,10 @@ run sboupgrade -r nonexistentslackbuild y END ) || [ "$?" = "1" ] + +# Test sboupgrade --all +sudo /sbin/removepkg nonexistentslackbuild +sudo /sbin/installpkg nonexistentslackbuild-0.9-noarch-1_SBo.tgz +run sboupgrade -r --all +[ -e /var/log/packages/nonexistentslackbuild-1.0-noarch-1_SBo ] +[ ! -e /var/log/packages/nonexistentslackbuild-0.9-noarch-1_SBo ]