mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
fix type error in ulimit_test.go on FreeBSD
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
parent
b37f856513
commit
ffcdb4eec9
@ -75,7 +75,7 @@ func TestManageFdLimitWithEnvSet(t *testing.T) {
|
||||
}
|
||||
|
||||
setMaxFds()
|
||||
if maxFds != value {
|
||||
if maxFds != uint64(value) {
|
||||
t.Errorf("The maxfds is not set from IPFS_FD_MAX")
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user