summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-913051.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-913051.t')
-rw-r--r--tests/bugs/bug-913051.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs/bug-913051.t b/tests/bugs/bug-913051.t
index 69e90cf66..9a59424f4 100644
--- a/tests/bugs/bug-913051.t
+++ b/tests/bugs/bug-913051.t
@@ -48,8 +48,8 @@ EXPECT "N" gf_check_file_opened_in_brick $V0 $H0 $B0/${V0}0 $B0/${V0}0/dir/b
#attempt self-heal so that the files are created on brick-0
-TEST ls -l $M0/dir/a
-TEST ls -l $M0/dir/b
+TEST dd if=$M0/dir/a of=/dev/null bs=1M
+TEST dd if=$M0/dir/b of=/dev/null bs=1M
#trigger writev for attempting open-fd-fix in afr
TEST fd_write $wfd "open sesame"