[DRE-commits] [bundler] 01/02: Testsuite: don't write into global directories
zeha at debian.org
zeha at debian.org
Thu Aug 28 21:37:27 UTC 2014
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to annotated tag debian/1.7.2-2
in repository bundler.
commit 7d476da77ee330afad189ce1785ae62a1048c929
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Thu Aug 28 22:26:52 2014 +0200
Testsuite: don't write into global directories
---
debian/tests/testsuite | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index 7467883..85df7be 100755
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -5,10 +5,10 @@ pushd tmp
bundle init
echo 'gem "rails"' >> Gemfile
-bundle
+bundle --path gempath
status=$?
popd
-rm -r tmp
+rm -fr tmp
exit $status
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/bundler.git
More information about the Pkg-ruby-extras-commits
mailing list