[DRE-commits] [schleuder] 03/04: debian/tests/upstream-tests: Link /dev/random to /dev/urandom

Georg Faerber georg-alioth-guest at moszumanska.debian.org
Sat Sep 30 13:03:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

georg-alioth-guest pushed a commit to branch master
in repository schleuder.

commit 2bb5f0de402d6da759506a5017cd88b4f09c7a17
Author: Georg Faerber <georg at riseup.net>
Date:   Sat Sep 30 14:39:51 2017 +0200

    debian/tests/upstream-tests: Link /dev/random to /dev/urandom
---
 debian/tests/upstream-tests | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/tests/upstream-tests b/debian/tests/upstream-tests
index b25d0cc..89d29a7 100755
--- a/debian/tests/upstream-tests
+++ b/debian/tests/upstream-tests
@@ -2,4 +2,7 @@
 
 set -e
 
+rm /dev/random
+ln -s /dev/urandom /dev/random
+
 gem2deb-test-runner --autopkgtest --check-dependencies 2>&1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/schleuder.git



More information about the Pkg-ruby-extras-commits mailing list