Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Make output of use_sasl entry in moduleinfo test optional
Browse files Browse the repository at this point in the history
When SASL support is compiled out, this entry is absent. Nonetheless,
test should succeed in a such case.
  • Loading branch information
Vincent Bernat committed Jan 8, 2014
1 parent a8a837d commit 50651d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/experimental/moduleinfo.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ memcached.sess_number_of_replicas => %d => %d
memcached.sess_prefix => %s => %s
memcached.sess_randomize_replica_read => %d => %d
memcached.sess_remove_failed => %d => %d
memcached.use_sasl => %d => %d
memcached.store_retry_count => %d => %d
%rmemcached.use_sasl => %d => %d
|%rmemcached.store_retry_count => %d => %d

0 comments on commit 50651d5

Please sign in to comment.