mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
dev-ruby/localhost: fix tests using /tmp
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
parent
8a7bae1c88
commit
a2e621c964
@ -30,6 +30,9 @@ all_ruby_prepare() {
|
||||
sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
|
||||
sed -i -e '/covered/Id' config/sus.rb || die
|
||||
|
||||
sed -e "s:/tmp/state:${TMP}/state:" \
|
||||
-i test/localhost/state.rb || die
|
||||
|
||||
# Avoid unpackaged sus-fixtures-async-http which has a huge dependency tree.
|
||||
rm -f test/localhost/protocol.rb || die
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user