We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2dedee commit 3bdd465Copy full SHA for 3bdd465
bin/check
@@ -31,7 +31,7 @@ dirs.each do |dir|
31
end
32
33
print "Testing redis-cli executable: "
34
-unless system(*config.redis_command, '--version', err: '/dev/null')
+unless system(*config.redis_command, '--version')
35
abort "FAILED"
36
37
0 commit comments