Skip to content

Commit 25e63dd

Browse files
committedApr 14, 2013
Test that anonymous can read dba2's files.
1 parent 8fc9392 commit 25e63dd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎fs-test/04-add-new-user-and-retest.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ su -c 'touch customer-project/dba2' dba2
2020
su -c 'touch customer-project/dba2' alice \
2121
|| die "alice can't modify dba2's file."
2222

23+
# The anonymous user can read dba2's file.
24+
su -c 'cat customer-project/dba2' anonymous \
25+
|| die "anonymous can't read dba2's file."
26+
2327
# dba2 should also be able to modify dba1's files
24-
su -c 'touch dba-project/dba1' dba1
2528
su -c 'touch dba-project/dba1' dba2 \
2629
|| die "dba2 can't modify dba1's file."

0 commit comments

Comments
 (0)
Please sign in to comment.