We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2646bfb commit ca40274Copy full SHA for ca40274
test.bats
@@ -3,7 +3,7 @@
3
4
setup() {
5
export SLS_DEBUG=t
6
- if [ -z "$CI" ]; then
+ if ! [ -z "$CI" ]; then
7
export LC_ALL=C.UTF-8
8
export LANG=C.UTF-8
9
fi
0 commit comments