commit dfefa4de34f4b7574a2049126bd0c0cdc01dd198 parent 0ebb43672526cfc2d3e9d04593c953468c1ffb93 Author: Andreas Guldstrand <andreas.guldstrand@gmail.com> Date: Tue, 15 Dec 2015 10:52:05 +0100 Suppress error message from removepkg stub Diffstat:
| M | t/travis-deps/removepkg | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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-* &>/dev/null +rm /var/log/packages/$1 &>/dev/null || rm /var/log/packages/$1-* &>/dev/null