From e446b3d3948638f866091e53fd0236f493edd0a9 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Sat, 25 Jun 2016 08:44:48 +0200 Subject: [PATCH] test: Run t0080-repo test offline Resolves #2906 License: MIT Signed-off-by: Jakub Sztandera --- test/sharness/t0080-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sharness/t0080-repo.sh b/test/sharness/t0080-repo.sh index 696fd30eff7..30a1de59bca 100755 --- a/test/sharness/t0080-repo.sh +++ b/test/sharness/t0080-repo.sh @@ -9,7 +9,7 @@ test_description="Test ipfs repo operations" . lib/test-lib.sh test_init_ipfs -test_launch_ipfs_daemon +test_launch_ipfs_daemon --offline test_expect_success "'ipfs repo gc' succeeds" ' ipfs repo gc >gc_out_actual