diff --git a/t/test-driver.sh b/t/test-driver.sh index 3461f9c..d634b39 100755 --- a/t/test-driver.sh +++ b/t/test-driver.sh @@ -40,6 +40,13 @@ editrc() { scp ~/junk gitolite-test@localhost:.gitolite.rc >/dev/null } +addrc() { + ssh gitolite-test@localhost cat .gitolite.rc < /dev/null > ~/junk + tee -a ~/junk + echo '1;' >> ~/junk + scp ~/junk gitolite-test@localhost:.gitolite.rc >/dev/null +} + ugc () { (