[Pkg-javascript-commits] [node-diffie-hellman] 88/88: Fix testsuite
Bastien Roucariès
rouca at moszumanska.debian.org
Thu May 4 10:19:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-diffie-hellman.
commit cb236f8a93d8ac9f0d8143c04c13b08e0daabab1
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Thu Apr 20 00:11:20 2017 +0200
Fix testsuite
---
debian/tests/runtestsuite | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/tests/runtestsuite b/debian/tests/runtestsuite
index 16bed46..10248d5 100755
--- a/debian/tests/runtestsuite
+++ b/debian/tests/runtestsuite
@@ -2,7 +2,7 @@
set -e
# notice the / at end in order to load this module
PACKAGE='diffie-hellman'
-SEDCMD="s,require\s*[(]\s*'[.]/,require('$PACKAGE'/,g"
+SEDCMD="s,require\s*[(]\s*'[.]/,require('$PACKAGE/,g"
tmpdir=$(mktemp -d)
trap 'rm -rf "$tmpdir"' EXIT INT TERM HUP
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-diffie-hellman.git
More information about the Pkg-javascript-commits
mailing list