From 4ade388b9ab1bda23dd57a25d8d8e7a172994a62 Mon Sep 17 00:00:00 2001 From: Tobias Happ Date: Tue, 14 Dec 2021 14:09:44 +0100 Subject: [PATCH] tests: do not create out link from proot build --- tests/fakedroid.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fakedroid.sh b/tests/fakedroid.sh index 0899fd6..f50aa73 100755 --- a/tests/fakedroid.sh +++ b/tests/fakedroid.sh @@ -52,7 +52,7 @@ PROOT_ARGS+=' --link2symlink' [[ -e .fakedroid/inj/qemu-aarch64 ]] || wget $QEMU_URL -O $QEMU chmod +x $QEMU -PROOT=$(nix-build tests/proot-test.nix)/bin/proot +PROOT=$(nix-build --no-out-link tests/proot-test.nix)/bin/proot # Do the first install if not installed yet: