Skip to content

Commit 04acdab

Browse files
committed
Fix Linux test
1 parent b184cec commit 04acdab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/TSCBasicTests/FileSystemTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -860,8 +860,8 @@ class FileSystemTests: XCTestCase {
860860
try _testFileSystemFileLock(fileSystem: fs, fileA: fileA, fileB: fileB, lockFile: lockFile)
861861
}
862862

863-
#if canImport(Darwin) || canImport(Glibc)
864-
func testQuarantineAttribute() throws {
863+
#if canImport(Darwin)
864+
func testHasAttribute() throws {
865865
try withTemporaryDirectory(removeTreeOnDeinit: true) { tempDir in
866866
let filePath = tempDir.appending(component: "quarantined")
867867
let attributeName = "com.apple.quarantine"

0 commit comments

Comments
 (0)