finally, open up my secret test scripts...

...after getting rid of most of the hardcoding (though not all!)
This commit is contained in:
Sitaram Chamarty 2010-06-12 11:03:53 +05:30
parent ba8094d6f5
commit 0add3d3de7
43 changed files with 1941 additions and 0 deletions

20
t/t03-branch-permissions Normal file
View file

@ -0,0 +1,20 @@
# vim: syn=sh:
# ----------
$TESTDIR/rollback
editrc GL_BIG_CONFIG 0
echo ===== testing with GL_BIG_CONFIG set to 0 =====
cd $TESTDIR
. ./t03a-branch-permissions
cd $TESTDIR
# ----------
$TESTDIR/rollback
editrc GL_BIG_CONFIG 1
echo ===== testing with GL_BIG_CONFIG set to 1 =====
cd $TESTDIR
. ./t03a-branch-permissions
cd $TESTDIR