提交 3e18c4b7 编写于 作者: B Benjamin Pasero

linux: fix tests

上级 0f5d3dd7
......@@ -125,7 +125,6 @@ suite('Stat Resolver', () => {
let deep = utils.getByName(other, 'deep');
if (isLinux) { // Linux has case sensitive file system
assert.ok(deep);
assert.ok(deep.children.length > 0);
assert.ok(!deep.children); // not resolved because we got instructed to resolve other/Deep with capital D
} else {
assert.ok(deep);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册