diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bugs/bug-1371806_acl.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bugs/bug-1371806_acl.t b/tests/bugs/bug-1371806_acl.t index aa41e04b96f..a2e5af49bb0 100644 --- a/tests/bugs/bug-1371806_acl.t +++ b/tests/bugs/bug-1371806_acl.t @@ -77,6 +77,10 @@ cd $M0 ## was up at the time of updated xattrs TEST stat ./tmp{1..10} +# Make sure to send a write and read on the file inside mount +echo "helloworld" > ./tmp1/file +TEST cat ./tmp1/file + ## Compare succ value with updated acl attributes count=`getfacl -p $B0/${V0}5/tmp{1..10} | grep -c "user:tmpuser:rw-"` EXPECT "$succ" echo $count @@ -87,4 +91,5 @@ EXPECT "$succ1" echo $count cd - userdel --force tmpuser + cleanup |