Skip to content

Commit 3657926

Browse files
committed
Fix RmtreeTests on Linux
1 parent b4fc100 commit 3657926

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Tests/sys/MiscTests.swift

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ import POSIX
1313
import XCTest
1414
import libc
1515

16-
class RmtreeTests: XCTestCase {
16+
class RmtreeTests: XCTestCase, XCTestCaseProvider {
17+
18+
var allTests : [(String, () -> ())] {
19+
return [
20+
("testDoesNotFollowSymlinks", testDoesNotFollowSymlinks),
21+
]
22+
}
1723

1824
func testDoesNotFollowSymlinks() {
1925
do {

0 commit comments

Comments
 (0)