[Pkg-javascript-commits] [node-string-decoder] 04/06: Fix package name in test
Bastien Roucariès
rouca at moszumanska.debian.org
Mon May 15 15:05:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-string-decoder.
commit 0294db98ca50c5cf314dae1c312ade7f8b8f7622
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Mon May 15 16:18:47 2017 +0200
Fix package name in test
---
debian/tests/runtestsuite | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/tests/runtestsuite b/debian/tests/runtestsuite
index 2719735..4348e48 100755
--- a/debian/tests/runtestsuite
+++ b/debian/tests/runtestsuite
@@ -1,7 +1,7 @@
#!/bin/sh
set -e
# notice the / at end in order to load this module
-PACKAGE='string-decoder'
+PACKAGE='string_decoder'
SEDCMD="s,require\s*[(]\s*'[.][.][/][.][.][/]',require('$PACKAGE',g"
tmpdir=$(mktemp -d)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-string-decoder.git
More information about the Pkg-javascript-commits
mailing list