@cryptotaxi247 / kubo / commits / e446b3d39

test: Run t0080-repo test offline

Resolves #2906 License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Jun 25, 2016 at 08:44 UTC e446b3d3948638f866091e53fd0236f493edd0a9
1 file changed +1 -1
test/sharness/t0080-repo.sh
+1 -1
@@ -9,7 +9,7 @@ test_description="Test ipfs repo operations"
9 . lib/test-lib.sh
10
11 test_init_ipfs
12 -test_launch_ipfs_daemon
12 +test_launch_ipfs_daemon --offline
13
14 test_expect_success "'ipfs repo gc' succeeds" '
15 ipfs repo gc >gc_out_actual