Skip to content

Commit f471e44

Browse files
committed
Remove unusud variables
1 parent 89d7680 commit f471e44

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/integration/acl-tls-test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,9 @@ var testDirAclFile = testDir + '/' + aclExtension
2929
var testDirMetaFile = testDir + '/' + metaExtension
3030

3131
var abcFile = testDir + '/abc.ttl'
32-
var abcAclFile = abcFile + aclExtension
3332

3433
var globFile = testDir + '/*'
3534

36-
var groupFile = testDir + '/group'
37-
3835
var origin1 = 'http://example.org/'
3936
var origin2 = 'http://example.com/'
4037

@@ -775,7 +772,6 @@ describe('ACL with WebID+TLS', function () {
775772
})
776773
})
777774

778-
779775
describe('defaultForNew', function () {
780776
before(function () {
781777
rm('/acl-tls/write-acl/default-for-new/.acl')

0 commit comments

Comments
 (0)