diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-02-12 11:43:31 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-02-12 21:46:28 +0100 |
commit | 1b1385ad465d1c01f2391b4e92049dc84f8c863b (patch) | |
tree | 785d479cb114bdec994f6d4bfa58453440b04c4f /t/travis-deps | |
parent | a02b1e72255c909a1bf94e47ecbf68e429143153 (diff) | |
download | sbotools2-1b1385ad465d1c01f2391b4e92049dc84f8c863b.tar.xz |
Add tests for slackbuild with dep on a slackware package. See #28
Diffstat (limited to 't/travis-deps')
-rw-r--r-- | t/travis-deps/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/travis-deps/install.sh b/t/travis-deps/install.sh index 125e4f6..727e861 100644 --- a/t/travis-deps/install.sh +++ b/t/travis-deps/install.sh @@ -1,5 +1,6 @@ #!/bin/bash mkdir -p /var/log/packages +touch "/var/log/packages/aaa_base-14.1-x86_64-1" cp -a t/travis-deps/*pkg /sbin/ echo "127.0.0.1 slackware.uk" >> /etc/hosts |