Browse Source

Apply minor whitespace/syntax adjustments

Tianon Gravi 8 years ago
parent
commit
aad6ade24e
2 changed files with 1 additions and 2 deletions
  1. 0 1
      test/config.sh
  2. 1 1
      test/tests/zookeeper-basics/run.sh

+ 0 - 1
test/config.sh

@@ -210,7 +210,6 @@ imageTests+=(
 	[wordpress:fpm]='
 		wordpress-fpm-run
 	'
-
 	[zookeeper]='
 		zookeeper-basics
 	'

+ 1 - 1
test/tests/zookeeper-basics/run.sh

@@ -24,4 +24,4 @@ zkCli() {
 . "$dir/../../retry.sh" --tries "$ZOOKEEPER_TEST_TRIES" --sleep "$ZOOKEEPER_TEST_SLEEP" zkCli ls /
 
 # List Zokeeper root
-[[ "$(zkCli ls / | tail -n1)" == "[zookeeper]" ]]
+[ "$(zkCli ls / | tail -n1)" = '[zookeeper]' ]