[Pkg-javascript-commits] [node-cross-spawn] 04/07: Refresh patches
Ross Gammon
ross-guest at moszumanska.debian.org
Sun Dec 13 18:11:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
ross-guest pushed a commit to branch master
in repository node-cross-spawn.
commit b0eeb76e80e53f0f88bc41942a1ee7614dd8fac2
Author: Ross Gammon <rossgammon at mail.dk>
Date: Fri Dec 11 16:27:11 2015 +0100
Refresh patches
---
debian/patches/nodejs_test.patch | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/patches/nodejs_test.patch b/debian/patches/nodejs_test.patch
index c656883..0d59ab0 100644
--- a/debian/patches/nodejs_test.patch
+++ b/debian/patches/nodejs_test.patch
@@ -6,7 +6,7 @@ Author: Ross Gammon <rossgammon at mail.dk>
--- node-cross-spawn.orig/test/test.js
+++ node-cross-spawn/test/test.js
-@@ -67,7 +67,7 @@
+@@ -156,7 +156,7 @@
});
it('should handle empty arguments', function (next) {
@@ -15,7 +15,7 @@ Author: Ross Gammon <rossgammon at mail.dk>
__dirname + '/fixtures/echo',
'foo',
'',
-@@ -92,7 +92,7 @@
+@@ -181,7 +181,7 @@
});
it('should handle non-string arguments', function (next) {
@@ -24,7 +24,7 @@ Author: Ross Gammon <rossgammon at mail.dk>
__dirname + '/fixtures/echo',
1234
], function (err, data, code) {
-@@ -105,7 +105,7 @@
+@@ -194,7 +194,7 @@
});
it('should handle arguments with spaces', function (next) {
@@ -33,7 +33,7 @@ Author: Ross Gammon <rossgammon at mail.dk>
__dirname + '/fixtures/echo',
'I am',
'André Cruz'
-@@ -119,7 +119,7 @@
+@@ -208,7 +208,7 @@
});
it('should handle arguments with \\"', function (next) {
@@ -42,7 +42,7 @@ Author: Ross Gammon <rossgammon at mail.dk>
__dirname + '/fixtures/echo',
'foo',
'\\"',
-@@ -134,7 +134,7 @@
+@@ -223,7 +223,7 @@
});
it('should handle arguments that end with \\', function (next) {
@@ -51,7 +51,7 @@ Author: Ross Gammon <rossgammon at mail.dk>
__dirname + '/fixtures/echo',
'foo',
'bar\\',
-@@ -149,7 +149,7 @@
+@@ -238,7 +238,7 @@
});
it('should handle arguments that contain shell special chars', function (next) {
@@ -60,7 +60,7 @@ Author: Ross Gammon <rossgammon at mail.dk>
__dirname + '/fixtures/echo',
'foo',
'()',
-@@ -242,7 +242,7 @@
+@@ -331,7 +331,7 @@
});
it('should give correct exit code', function (next) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-cross-spawn.git
More information about the Pkg-javascript-commits
mailing list