Skip to content

Commit

Permalink
tests: tls: enable tls tests
Browse files Browse the repository at this point in the history
remove the tls directory and move everything into tests/ to enable them
  • Loading branch information
Brandon Philips committed Apr 2, 2012
1 parent 803e949 commit 4ef9aa8
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tls/fixture-tls.lua → tests/fixture-tls.lua
Expand Up @@ -83,7 +83,7 @@ dhU2Sz3Q60DwJEL1VenQHiVYlWWtqXBThe9ggqRPnCfsCRTP8qifKkjk45zWPcpN
]] ]]


function filename(n) function filename(n)
return require('path').join(__dirname, '..', 'fixtures', 'keys', n) return require('path').join(__dirname, 'fixtures', 'keys', n)
end end


function filenamePEM(n) function filenamePEM(n)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4ef9aa8

Please sign in to comment.