1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

tests/functional/lang: Avoid /usr/bin/env for sandbox

This commit is contained in:
Robert Hensing 2024-07-16 22:43:04 +02:00
parent f9a1d6b018
commit 7dce074634
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
# shellcheck shell=bash
set -euo pipefail
testcaseBasename=$1