From 5c87fc73572993da441bb7a288a84dd27a9d614f Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Sat, 15 Jun 2024 14:23:02 +0200 Subject: [PATCH] nix-on-droid, tests: use /data/local/tmp/n-o-d --- tests/on-device/lib.bash | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/on-device/lib.bash b/tests/on-device/lib.bash index 137052f..6654958 100644 --- a/tests/on-device/lib.bash +++ b/tests/on-device/lib.bash @@ -18,8 +18,9 @@ _setup() { local repoName=${BASH_REMATCH[2]} local repoBranch=${BASH_REMATCH[3]} FLAKE_URL=github:$repoUser/$repoName/$repoBranch - elif [[ "$channelUrl" == file:///n-o-d/archive.tar.gz ]]; then - FLAKE_URL=/n-o-d/unpacked + elif [[ "$channelUrl" == file:///data/local/tmp/n-o-d/archive.tar.gz ]] + then + FLAKE_URL=/data/local/tmp/n-o-d/unpacked else FLAKE_URL="$channelUrl" fi