[Pkg-javascript-commits] [node-stream-combiner2] 41/41: Fix autopjg
Bastien Roucariès
rouca at moszumanska.debian.org
Wed Sep 6 09:57:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-stream-combiner2.
commit 070a0c59d2c354ba853f76828c868fcbc4455808
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Sun Aug 27 23:38:38 2017 +0200
Fix autopjg
---
debian/tests/runtestsuite | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/tests/runtestsuite b/debian/tests/runtestsuite
index e0bad49..de42a86 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='stream-combiner2'
-SEDCMD="s,(require|resolve)\s*[(]\s*'[.][.]/,\\1('$PACKAGE,g"
+SEDCMD="s,(require|resolve)\s*[(]\s*'[.][.],\\1('$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-stream-combiner2.git
More information about the Pkg-javascript-commits
mailing list