mirror of
https://github.com/wahyd4/gitolite.git
synced 2026-08-09 04:55:55 +10:00
21 lines
262 B
Plaintext
21 lines
262 B
Plaintext
# vim: syn=sh:
|
|
# ----------
|
|
|
|
for i in 0 1
|
|
do
|
|
hl t05a-delegation with GL_BIG_CONFIG $i
|
|
|
|
. ./t05a-delegation $i
|
|
|
|
cd $TESTDIR
|
|
done
|
|
|
|
for i in 0 1
|
|
do
|
|
hl t05b-delegation-wild with GL_BIG_CONFIG $i
|
|
|
|
. ./t05b-delegation-wild $i
|
|
|
|
cd $TESTDIR
|
|
done
|