diff --git a/cardano-testnet/src/Testnet/Property/Util.hs b/cardano-testnet/src/Testnet/Property/Util.hs index 51400707885..85fcf7a8470 100644 --- a/cardano-testnet/src/Testnet/Property/Util.hs +++ b/cardano-testnet/src/Testnet/Property/Util.hs @@ -92,7 +92,7 @@ workspace prefixPath f = withFrozenCallStack $ do . register . R.recovering retryPolicy [ioExH] . const - $ IO.removeDirectoryRecursive ws + $ IO.removePathForcibly ws -- | The 'FilePath' in '(FilePath -> H.Integration ())' is the work space directory. -- This is created (and returned) via 'H.workspace'.