We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d7680 commit f471e44Copy full SHA for f471e44
test/integration/acl-tls-test.js
@@ -29,12 +29,9 @@ var testDirAclFile = testDir + '/' + aclExtension
29
var testDirMetaFile = testDir + '/' + metaExtension
30
31
var abcFile = testDir + '/abc.ttl'
32
-var abcAclFile = abcFile + aclExtension
33
34
var globFile = testDir + '/*'
35
36
-var groupFile = testDir + '/group'
37
-
38
var origin1 = 'http://example.org/'
39
var origin2 = 'http://example.com/'
40
@@ -775,7 +772,6 @@ describe('ACL with WebID+TLS', function () {
775
772
})
776
773
777
774
778
779
describe('defaultForNew', function () {
780
before(function () {
781
rm('/acl-tls/write-acl/default-for-new/.acl')
0 commit comments