We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15eaa0f commit 6d7fd23Copy full SHA for 6d7fd23
tests/FileExtendedStatus.hs
@@ -90,8 +90,8 @@ ignoreIOExceptions io = io `E.catch`
90
((\_ -> return ()) :: IOException -> IO ())
91
92
getStatus f = do
93
- fs <- getExtendedFileStatus Nothing f defaultStatxFlags defaultStatxMask
94
- ls <- getExtendedFileStatus Nothing f SymlinkNoFollow defaultStatxMask
+ fs <- getExtendedFileStatus Nothing f defaultStatxFlags StatxAll
+ ls <- getExtendedFileStatus Nothing f SymlinkNoFollow StatxAll
95
fs' <- getFileStatus f
96
97
statusExtendedElementsMinimal fs @?= statusElementsMinimal fs'
0 commit comments