Prevent access error when building bcachefs-tools.
Fixes: 0ba6fd2 ("bcachefs: build bcachefs-tools from git when running
interactivally")
Signed-off-by: Brett Holman <[email protected]>
---
tests/fs/bcachefs/bcachefs-test-libs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fs/bcachefs/bcachefs-test-libs.sh
b/tests/fs/bcachefs/bcachefs-test-libs.sh
index 1dd293e..5ff6013 100644
--- a/tests/fs/bcachefs/bcachefs-test-libs.sh
+++ b/tests/fs/bcachefs/bcachefs-test-libs.sh
@@ -7,7 +7,7 @@
. $(dirname $(readlink -e "${BASH_SOURCE[0]}"))/../../test-libs.sh
if $ktest_interactive; then
- require-git git://evilpiepirate.org/git/bcachefs-tools.git
+ require-git https://evilpiepirate.org/git/bcachefs-tools.git
init_build_bcachefs_tools() {
cd $ktest_dir/tests/fs/bcachefs/bcachefs-tools
make -j PREFIX=/usr install
--
2.45.2