summaryrefslogtreecommitdiffhomepage
path: root/test/scripts/container-run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/container-run.sh')
-rwxr-xr-xtest/scripts/container-run.sh2
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"