File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
server/git-shell-commands Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ _list_access() {
3939echo " User '$USER ' has $NAMED_ACCESS_MODE access to:"
4040find . -type f -name " $FILE_NAME " -exec \
4141grep -xq " ^$USER $" ' {}' \; -exec \
42- dirname -- ' {}' \; | \
42+ dirname -- ' {}' \; | \
43+ LC_ALL=C sort | \
4344while read -r LINE; do
4445REPO=$( echo " $LINE " | cut -c 3-)
4546echo " $REPO "
Original file line number Diff line number Diff line change @@ -307,7 +307,6 @@ user_delete "/" "$INVALID_USER_NAME_ERROR_MSG"
307307user_delete " =" " $INVALID_USER_NAME_ERROR_MSG "
308308users_list_count_must_equal " 2"
309309
310- # TODO(leon): Fix this test
311310user_info " $USER_NAME " " User '$USER_NAME ' has read access to:
312311 $USER_NAME /test2
313312 $USER_NAME /test3
You can’t perform that action at this time.
0 commit comments