aboutsummaryrefslogtreecommitdiff
path: root/t/travis-deps/removepkg
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-15 10:20:09 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-15 10:20:09 +0100
commit12d76ba31a43a679f461085a2012fd225a221d23 (patch)
tree71132dce9d0e4f2d66b6a2368a552a333c81ad71 /t/travis-deps/removepkg
parent678ca13d54c3b70206f2f74aaa35500ecee850ee (diff)
downloadsbotools2-12d76ba31a43a679f461085a2012fd225a221d23.tar.xz
Fix path, package name, and inhibit output from removepkg stub
Diffstat (limited to 't/travis-deps/removepkg')
-rwxr-xr-xt/travis-deps/removepkg2
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