mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
The test trims all whitespace bytes from the output of 'ipfs cat' but if the random bytes end in a whitespace char then it trims that too, resulting in random test failure. Instead this updates the test harness to only trim a single trailing newline char, so that it doesn't end up chomping legitimate output. |
||
|---|---|---|
| .. | ||
| harness | ||
| testutils | ||
| basic_commands_test.go | ||
| completion_test.go | ||
| delegated_routing_http_test.go | ||
| dht_autoclient_test.go | ||
| dht_legacy_test.go | ||
| gateway_test.go | ||
| init_test.go | ||
| peering_test.go | ||
| ping_test.go | ||
| pins_test.go | ||
| rcmgr_test.go | ||
| stats_test.go | ||