diff options
Diffstat (limited to 'tests/bugs')
| -rwxr-xr-x | tests/bugs/glusterfs/bug-853690.t | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/glusterfs/bug-853690.t b/tests/bugs/glusterfs/bug-853690.t index d81be011438..59facfcddb0 100755 --- a/tests/bugs/glusterfs/bug-853690.t +++ b/tests/bugs/glusterfs/bug-853690.t @@ -65,7 +65,7 @@ TEST glusterfs --volfile=$B0/test.vol --attribute-timeout=0 --entry-timeout=0 $M  # Send a single write, guaranteed to be short on one replica, and attempt to  # read the data back. Failure to detect the short write results in different  # file sizes and immediate split-brain (EIO). -TEST dd if=/dev/zero of=$M0/file bs=128k count=1 +TEST dd if=/dev/urandom of=$M0/file bs=128k count=1  TEST dd if=$M0/file of=/dev/null bs=128k count=1  ########  #  | 
