Commit 6220db7ef19a4a02a4a3878caed7b2b533f93508

Authored by Antonio Terceiro
2 parents f768975a 45eb05ce

Merge branch 'fix_nc'

See merge request !2
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
... ...