Commit 63187c5372a1d797446fa4150376c275968da4be

Authored by Sergio Oliveira
2 parents 426d2d1c 6220db7e

Merge branch 'master' of beta.softwarepublico.gov.br:softwarepublico/softwarepublico

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/redis_test.sh
... ... @@ -5,7 +5,7 @@ test_redis_running() {
5 5 }
6 6  
7 7 test_redis_listens_on_local_network() {
8   - assertTrue 'redis listening on local network' 'nc -z -w 1 $database 6379'
  8 + assertTrue 'redis listening on local network' 'netcat -z -w 1 $database 6379'
9 9 }
10 10  
11 11 load_shunit2
... ...