Commit 6220db7ef19a4a02a4a3878caed7b2b533f93508
Exists in
master
and in
90 other branches
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,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 |