From 0290acff79daf605d4557ee9a8936f33015b88b4 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Wed, 25 Jan 2023 12:10:33 -0800 Subject: [PATCH] tests: use new git repo URL for fsverity-utils See the announcement at "[ANNOUNCE] Moving the fsverity-utils git repo" (https://lore.kernel.org/r/Y9GKm+hcm70myZkr@sol.localdomain). Signed-off-by: Eric Biggers Signed-off-by: Mimi Zohar --- tests/install-fsverity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/install-fsverity.sh b/tests/install-fsverity.sh index 8311bc0..c760485 100755 --- a/tests/install-fsverity.sh +++ b/tests/install-fsverity.sh @@ -1,6 +1,6 @@ #!/bin/sh -git clone https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git +git clone https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git cd fsverity-utils CC=gcc make -j$(nproc) cd ..