diff options
Diffstat (limited to 'tests/basic')
-rw-r--r-- | tests/basic/ec/ec-readdir.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/ec/ec-readdir.t b/tests/basic/ec/ec-readdir.t index d57bb2869c7..bbfa2ddca84 100644 --- a/tests/basic/ec/ec-readdir.t +++ b/tests/basic/ec/ec-readdir.t @@ -16,5 +16,5 @@ EXPECT_WITHIN $CHILD_UP_TIMEOUT "3" ec_child_up_count $V0 0 EXPECT_WITHIN $CHILD_UP_TIMEOUT "3" ec_child_up_count $V0 1 TEST touch $M0/{1..100} -EXPECT "100" echo $(ls $M0 | wc -l) +EXPECT "100" echo $(ls $M0/* | wc -l) cleanup |