urgent fix download bug

This commit is contained in:
voidlizard 2025-02-16 05:44:38 +03:00
parent 1674813c01
commit 9a0ab0e024
1 changed files with 0 additions and 19 deletions

View File

@ -1177,22 +1177,3 @@ executable test-scripts
, time , time
, zstd , zstd
executable test-fuse
import: shared-properties
import: common-deps
default-language: Haskell2010
ghc-options:
hs-source-dirs: test
main-is: TestFUSE.hs
build-depends:
base, hbs2-core, hbs2-peer
, network
, string-conversions
, suckless-conf
, text
, time
, zstd
, HFuse
, unix