diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 20:48:31 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 20:48:31 +0100 |
commit | 6f9e7c3fcb62ce99784649ca7524bcd9c4a1cb55 (patch) | |
tree | f0bfcb2d138ea11b10e66e16282f822fab237503 /t/travis.sh | |
parent | b7ffd9f2796a36183d4a0acd96ad697982415c6e (diff) | |
download | sbotools2-6f9e7c3fcb62ce99784649ca7524bcd9c4a1cb55.tar.xz |
Add sbofind test for local overrides
Diffstat (limited to 't/travis.sh')
-rwxr-xr-x | t/travis.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/travis.sh b/t/travis.sh index 1613cab..aa64f4b 100755 --- a/t/travis.sh +++ b/t/travis.sh @@ -32,6 +32,7 @@ run sbofind sbotools # Test local overrides run sboconfig -o $CWD/t/LO +run sbofind nonexistentslackbuild run sboinstall -r nonexistentslackbuild ls -la /var/log/packages run sboremove --nointeractive nonexistentslackbuild |