We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8785bf commit f1868f6Copy full SHA for f1868f6
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