[Pkg-javascript-commits] [node-mocha] 03/03: Fix a typo
Bastien Roucariès
rouca at moszumanska.debian.org
Mon Mar 27 10:36:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch debian/1.20-7
in repository node-mocha.
commit 52912b1e25e95010129c7b7ed536c462ca418be2
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Mon Mar 27 00:19:24 2017 +0200
Fix a typo
---
debian/patches/make-tests-more-reliable-on-build-daemons.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/make-tests-more-reliable-on-build-daemons.patch b/debian/patches/make-tests-more-reliable-on-build-daemons.patch
index 3f1f85c..41fb10c 100644
--- a/debian/patches/make-tests-more-reliable-on-build-daemons.patch
+++ b/debian/patches/make-tests-more-reliable-on-build-daemons.patch
@@ -48,7 +48,7 @@ Index: node-mocha/test/acceptance/http.js
})
-server.listen(8888);
-+server.listen(httport);
++server.listen(httpport);
describe('http', function(){
it('should provide an example', function(done){
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-mocha.git
More information about the Pkg-javascript-commits
mailing list