[Pkg-javascript-commits] [node-parents] 10/29: failing test for win32 c: root drive lettery thing
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Aug 20 13:47:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-parents.
commit b5fe51f5426dc7197cf37f8c334547cf6fe35855
Author: James Halliday <mail at substack.net>
Date: Thu Jul 12 01:55:14 2012 -0700
failing test for win32 c: root drive lettery thing
---
test/win32.js | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/test/win32.js b/test/win32.js
index d8c0ef8..9fd5b34 100644
--- a/test/win32.js
+++ b/test/win32.js
@@ -13,3 +13,9 @@ test('win32', function (t) {
]);
t.end();
});
+
+test('win32 c:', function (t) {
+ var dirs = parents('C:\\', { platform : 'win32' });
+ t.same(dirs, [ 'C:' ]);
+ t.end();
+});
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-parents.git
More information about the Pkg-javascript-commits
mailing list