Skip to content

Commit

Permalink
Fix RmtreeTests on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Dec 4, 2015
1 parent b4fc100 commit 3657926
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Tests/sys/MiscTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ import POSIX
import XCTest
import libc

class RmtreeTests: XCTestCase {
class RmtreeTests: XCTestCase, XCTestCaseProvider {

var allTests : [(String, () -> ())] {
return [
("testDoesNotFollowSymlinks", testDoesNotFollowSymlinks),
]
}

func testDoesNotFollowSymlinks() {
do {
Expand Down

0 comments on commit 3657926

Please sign in to comment.