From 74e15d06a0e031c468c5e77183678e094f95f9cf Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Sat, 26 Jun 2010 05:30:15 +0530 Subject: [PATCH] add "addrc" function to test driver --- t/test-driver.sh | 7 +++++++ 1 file changed, 7 insertions(+) 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 () { (