Commit 63187c5372a1d797446fa4150376c275968da4be
Exists in
r5_design
and in
1 other branch
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,7 +5,7 @@ test_redis_running() { | ||
| 5 | } | 5 | } |
| 6 | 6 | ||
| 7 | test_redis_listens_on_local_network() { | 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 | load_shunit2 | 11 | load_shunit2 |