From 6de9aba8541e20e246a2666c02703c019be15418 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Sun, 15 Aug 2021 11:28:39 +0200 Subject: [PATCH] run-tests: quote scriptDir scriptDir may contain spaces. --- test/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run-tests.sh b/test/run-tests.sh index 15e7283..7117ec9 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -277,7 +277,7 @@ examples() { ./deploy-qemu-vm.sh ./deploy-krops.sh " - (cd $scriptDir/../examples && nix-shell --run "$script") + (cd "$scriptDir/../examples" && nix-shell --run "$script") } all() {