minor fixups to the "gitweb/daemon from setperms" code...
- fork was not printing a newline after the permissions - "add_del_line" to properly handle that damn projects.list file!
This commit is contained in:
parent
870983086c
commit
3a8f32ac9b
5 changed files with 25 additions and 13 deletions
|
@ -109,18 +109,9 @@ do
|
|||
runlocal git ls-remote u1:bar/u1/try6
|
||||
runremote ls -al repositories/bar/u1/try6.git/git-daemon-export-ok
|
||||
expect "ls: cannot access repositories/bar/u1/try6.git/git-daemon-export-ok: No such file or directory"
|
||||
# projects.list currently does not get cleared until a compile, so you
|
||||
# will still see the entry for .../try6
|
||||
runremote ls -al projects.list
|
||||
expect "gitolite-test gitolite-test 76 .* projects.list"
|
||||
runremote cat projects.list
|
||||
expect "bar/u1/try6.git"
|
||||
|
||||
echo | ugc
|
||||
runremote ls -al projects.list
|
||||
expect "gitolite-test gitolite-test 60 .* projects.list"
|
||||
runremote cat projects.list
|
||||
# but *now* it should be gone
|
||||
notexpect "bar/u1/try6.git"
|
||||
|
||||
name "INTERNAL"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue