From 7340eb5e95d0bb9df5d9b04d6497576f02e21fab Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 15 May 2019 12:11:56 -0700 Subject: [PATCH] don't skip git plugin test in travis The git plugin is built-in. Anyways, there's no reason plugin loading shouldn't work in travis. License: MIT Signed-off-by: Steven Allen --- test/sharness/t0280-plugin-git.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/sharness/t0280-plugin-git.sh b/test/sharness/t0280-plugin-git.sh index 73a52cb35..f5948fbb6 100755 --- a/test/sharness/t0280-plugin-git.sh +++ b/test/sharness/t0280-plugin-git.sh @@ -8,13 +8,6 @@ test_description="Test git plugin" . lib/test-lib.sh -# if in travis CI, dont test mount (no fuse) -if ! test_have_prereq PLUGIN; then - skip_all='skipping git plugin tests, plugins not available' - - test_done -fi - test_init_ipfs # from https://github.com/ipfs/go-ipld-git/blob/master/make-test-repo.sh