diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-15 10:20:09 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-15 10:20:09 +0100 |
commit | 12d76ba31a43a679f461085a2012fd225a221d23 (patch) | |
tree | 71132dce9d0e4f2d66b6a2368a552a333c81ad71 /t/travis-deps/removepkg | |
parent | 678ca13d54c3b70206f2f74aaa35500ecee850ee (diff) | |
download | sbotools2-12d76ba31a43a679f461085a2012fd225a221d23.tar.xz |
Fix path, package name, and inhibit output from removepkg stub
Diffstat (limited to 't/travis-deps/removepkg')
-rwxr-xr-x | t/travis-deps/removepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/travis-deps/removepkg b/t/travis-deps/removepkg index a79caa1..83413dd 100755 --- a/t/travis-deps/removepkg +++ b/t/travis-deps/removepkg @@ -1,3 +1,3 @@ #!/bin/bash -rm /var/log/packages/$1 || rm /var/log/packages/$1-* +rm /var/log/packages/$1 || rm /var/log/packages/$1-* &>/dev/null |