diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-08-16 14:53:35 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-08-16 14:53:35 +0200 |
| commit | 2172b8528a1a676794b70ef5e9ef024a0358340a (patch) | |
| tree | 78bc77d112ddedc88e35159db60edbe4d4271a8c /test/scripts/container-run.sh | |
| parent | 172d9da83582d7e2522e4c7861713b4572e08dcc (diff) | |
| parent | b0ccea7e5c0d2946dea2acf4462977d410c85bab (diff) | |
| download | mullvadvpn-2172b8528a1a676794b70ef5e9ef024a0358340a.tar.xz mullvadvpn-2172b8528a1a676794b70ef5e9ef024a0358340a.zip | |
Merge remote-tracking branch 'magnus/feature/use-standalone-binaries-in-tests'
Diffstat (limited to 'test/scripts/container-run.sh')
| -rwxr-xr-x | test/scripts/container-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/container-run.sh b/test/scripts/container-run.sh index 4f87655123..092a09805e 100755 --- a/test/scripts/container-run.sh +++ b/test/scripts/container-run.sh @@ -10,7 +10,7 @@ if [ ! -d "$PACKAGE_DIR" ]; then echo "$PACKAGE_DIR does not exist. It is needed to build the test bundle, so please go ahead and create the directory and re-run this script." fi -SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )" REPO_DIR="$SCRIPT_DIR/../.." cd "$SCRIPT_DIR" |
