diff options
Diffstat (limited to 'testing/docker/common-scripts/ctng-test-basic')
-rwxr-xr-x | testing/docker/common-scripts/ctng-test-basic | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/docker/common-scripts/ctng-test-basic b/testing/docker/common-scripts/ctng-test-basic index a811ec6c..f94f4529 100755 --- a/testing/docker/common-scripts/ctng-test-basic +++ b/testing/docker/common-scripts/ctng-test-basic @@ -1,4 +1,5 @@ -#!/bin/bash +#!/bin/bash --login +# Use --login to make sure /etc/profile is sourced set -e cd |