summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorSitaram Chamarty <sitaram@atc.tcs.com>2012-03-30 15:14:25 +0530
committerSitaram Chamarty <sitaram@atc.tcs.com>2012-04-05 21:31:59 +0530
commit7c6728af8979e67f520681f557827c7f81d0a96e (patch)
tree489a08a2d233c4b1c3b328a0beea82fbe4d2b038 /t
parentCSS text-color specified... (diff)
downloadgitolite-gentoo-7c6728af8979e67f520681f557827c7f81d0a96e.tar.gz
gitolite-gentoo-7c6728af8979e67f520681f557827c7f81d0a96e.tar.bz2
gitolite-gentoo-7c6728af8979e67f520681f557827c7f81d0a96e.zip
(some minor changes)
- whitespace change to t/reset - remove dbg line accidentally left in in Load.pm - add a bit more explanation to 'writable'
Diffstat (limited to 't')
-rwxr-xr-xt/reset10
1 files changed, 5 insertions, 5 deletions
diff --git a/t/reset b/t/reset
index fa9bbcf..7805940 100755
--- a/t/reset
+++ b/t/reset
@@ -14,11 +14,11 @@ use Cwd;
my $workdir = getcwd();
confreset;confadd '
- repo foo/..*
- C = u1 u2 u3
- RW+ = CREATOR
- RW = WRITERS
- R = READERS
+repo foo/..*
+ C = u1 u2 u3
+ RW+ = CREATOR
+ RW = WRITERS
+ R = READERS
';
try "ADMIN_PUSH set1; !/FATAL/" or die text();