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() {