Skip to content

Commit ca40274

Browse files
committed
oops. negate -z test
1 parent 2646bfb commit ca40274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.bats

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup() {
55
export SLS_DEBUG=t
6-
if [ -z "$CI" ]; then
6+
if ! [ -z "$CI" ]; then
77
export LC_ALL=C.UTF-8
88
export LANG=C.UTF-8
99
fi

0 commit comments

Comments
 (0)