diff options
author | Sitaram Chamarty <sitaram@atc.tcs.com> | 2012-04-06 20:29:05 +0530 |
---|---|---|
committer | Sitaram Chamarty <sitaram@atc.tcs.com> | 2012-04-06 21:13:56 +0530 |
commit | d3610191d3b7a21d210f62f3a75b512a350a3214 (patch) | |
tree | a73d2b2d83c5ad64378f03d6f9954a2068735000 /t | |
parent | upgrade instructions forgot about the VERSION file update! (diff) | |
download | gitolite-gentoo-d3610191d3b7a21d210f62f3a75b512a350a3214.tar.gz gitolite-gentoo-d3610191d3b7a21d210f62f3a75b512a350a3214.tar.bz2 gitolite-gentoo-d3610191d3b7a21d210f62f3a75b512a350a3214.zip |
supporting DOS and fake Unix...
I was very, very, tempted to say "sorry; not supported". Sadly,
prudence won over juvenile glee...
PS: DOS == dominant operating system
Diffstat (limited to 't')
-rwxr-xr-x | t/0-me-first.t | 2 | ||||
-rwxr-xr-x | t/access.t | 2 | ||||
-rwxr-xr-x | t/all-yall.t | 2 | ||||
-rwxr-xr-x | t/basic.t | 2 | ||||
-rwxr-xr-x | t/branch-perms.t | 2 | ||||
-rwxr-xr-x | t/daemon-gitweb-via-perms.t | 2 | ||||
-rwxr-xr-x | t/deleg-1.t | 2 | ||||
-rwxr-xr-x | t/deleg-2.t | 2 | ||||
-rwxr-xr-x | t/deny-create.t | 2 | ||||
-rwxr-xr-x | t/deny-rules-2.t | 2 | ||||
-rwxr-xr-x | t/deny-rules.t | 2 | ||||
-rwxr-xr-x | t/easy.t | 2 | ||||
-rwxr-xr-x | t/git-config.t | 2 | ||||
-rwxr-xr-x | t/hostname.t | 2 | ||||
-rwxr-xr-x | t/include-subconf.t | 2 | ||||
-rwxr-xr-x | t/info.t | 2 | ||||
-rwxr-xr-x | t/invalid-refnames-filenames.t | 2 | ||||
-rwxr-xr-x | t/listers.t | 2 | ||||
-rwxr-xr-x | t/merge-check.t | 2 | ||||
-rwxr-xr-x | t/mirror-test | 2 | ||||
-rwxr-xr-x | t/partial-copy.t | 2 | ||||
-rwxr-xr-x | t/perm-roles.t | 2 | ||||
-rwxr-xr-x | t/perms-groups.t | 2 | ||||
-rwxr-xr-x | t/personal-branches.t | 2 | ||||
-rwxr-xr-x | t/reset | 2 | ||||
-rwxr-xr-x | t/rule-seq.t | 2 | ||||
-rwxr-xr-x | t/sequence.t | 2 | ||||
-rwxr-xr-x | t/ssh-authkeys.t | 2 | ||||
-rwxr-xr-x | t/ssh-basic.t | 2 | ||||
-rwxr-xr-x | t/vrefs-1.t | 2 | ||||
-rwxr-xr-x | t/vrefs-2.t | 2 | ||||
-rwxr-xr-x | t/wild-1.t | 2 | ||||
-rwxr-xr-x | t/wild-2.t | 2 | ||||
-rwxr-xr-x | t/writable.t | 2 | ||||
-rwxr-xr-x | t/z-end.t | 2 |
35 files changed, 35 insertions, 35 deletions
diff --git a/t/0-me-first.t b/t/0-me-first.t index f131a51..a11dfd0 100755 --- a/t/0-me-first.t +++ b/t/0-me-first.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # initial smoke tests @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # test 'gitolite access' diff --git a/t/all-yall.t b/t/all-yall.t index 5691cf2..901b1c2 100755 --- a/t/all-yall.t +++ b/t/all-yall.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # could anything be clearer than "all y'all"? @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # some more basic tests diff --git a/t/branch-perms.t b/t/branch-perms.t index 4e4c5ff..64b2fcb 100755 --- a/t/branch-perms.t +++ b/t/branch-perms.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # branch permissions test diff --git a/t/daemon-gitweb-via-perms.t b/t/daemon-gitweb-via-perms.t index 33b8e90..0d19371 100755 --- a/t/daemon-gitweb-via-perms.t +++ b/t/daemon-gitweb-via-perms.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # basic tests diff --git a/t/deleg-1.t b/t/deleg-1.t index 5f4d6e5..933a17f 100755 --- a/t/deleg-1.t +++ b/t/deleg-1.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # delegation tests -- part 1 diff --git a/t/deleg-2.t b/t/deleg-2.t index cf55972..ccf9cc5 100755 --- a/t/deleg-2.t +++ b/t/deleg-2.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # delegation tests -- part 2 diff --git a/t/deny-create.t b/t/deny-create.t index 67451ea..a4b7e4f 100755 --- a/t/deny-create.t +++ b/t/deny-create.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # deny-create, the RW.*C flag diff --git a/t/deny-rules-2.t b/t/deny-rules-2.t index d59f144..0ca15fe 100755 --- a/t/deny-rules-2.t +++ b/t/deny-rules-2.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # more on deny-rules diff --git a/t/deny-rules.t b/t/deny-rules.t index 9726ac7..c0e7cbb 100755 --- a/t/deny-rules.t +++ b/t/deny-rules.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # deny rules @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Easy; use Gitolite::Test; # put this after ::Easy because it chdirs away from where you were and the diff --git a/t/git-config.t b/t/git-config.t index 83ad7f4..437e1cc 100755 --- a/t/git-config.t +++ b/t/git-config.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # git config settings diff --git a/t/hostname.t b/t/hostname.t index a6cbde2..dfb8885 100755 --- a/t/hostname.t +++ b/t/hostname.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # %HOSTNAME tests diff --git a/t/include-subconf.t b/t/include-subconf.t index a3d2a57..6bdff81 100755 --- a/t/include-subconf.t +++ b/t/include-subconf.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # include and subconf @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # the info command diff --git a/t/invalid-refnames-filenames.t b/t/invalid-refnames-filenames.t index 7cd50a2..d3a3065 100755 --- a/t/invalid-refnames-filenames.t +++ b/t/invalid-refnames-filenames.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # invalid refnames diff --git a/t/listers.t b/t/listers.t index b824dd8..1f7c7eb 100755 --- a/t/listers.t +++ b/t/listers.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # the various list-* commands diff --git a/t/merge-check.t b/t/merge-check.t index 33a5356..b2642ed 100755 --- a/t/merge-check.t +++ b/t/merge-check.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # merge check -- the M flag diff --git a/t/mirror-test b/t/mirror-test index 8793083..6f605b9 100755 --- a/t/mirror-test +++ b/t/mirror-test @@ -10,7 +10,7 @@ use warnings; $ENV{TSH_ERREXIT} = 1; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; use Cwd; my $workdir = getcwd(); diff --git a/t/partial-copy.t b/t/partial-copy.t index 20a2cfe..6b8dfdc 100755 --- a/t/partial-copy.t +++ b/t/partial-copy.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # test script for partial copy feature diff --git a/t/perm-roles.t b/t/perm-roles.t index 6264644..a1c4f85 100755 --- a/t/perm-roles.t +++ b/t/perm-roles.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # permissions using role names diff --git a/t/perms-groups.t b/t/perms-groups.t index 59c5fb5..a4b6839 100755 --- a/t/perms-groups.t +++ b/t/perms-groups.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # assigning roles to groups instead of users diff --git a/t/personal-branches.t b/t/personal-branches.t index 4c53537..8a08128 100755 --- a/t/personal-branches.t +++ b/t/personal-branches.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # personal branches @@ -7,7 +7,7 @@ BEGIN { } # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; use Cwd; diff --git a/t/rule-seq.t b/t/rule-seq.t index b7e3386..0d97558 100755 --- a/t/rule-seq.t +++ b/t/rule-seq.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # rule sequence diff --git a/t/sequence.t b/t/sequence.t index d85f420..ef11689 100755 --- a/t/sequence.t +++ b/t/sequence.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # uhh, seems to be another rule sequence test diff --git a/t/ssh-authkeys.t b/t/ssh-authkeys.t index d941922..9a897ca 100755 --- a/t/ssh-authkeys.t +++ b/t/ssh-authkeys.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # testing the (separate) authkeys handler diff --git a/t/ssh-basic.t b/t/ssh-basic.t index 2ace6ca..ebed2d2 100755 --- a/t/ssh-basic.t +++ b/t/ssh-basic.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Common; use Gitolite::Test; diff --git a/t/vrefs-1.t b/t/vrefs-1.t index d7ecaa4..bd5086b 100755 --- a/t/vrefs-1.t +++ b/t/vrefs-1.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # VREFs - part 1 diff --git a/t/vrefs-2.t b/t/vrefs-2.t index eb9d43a..6c53341 100755 --- a/t/vrefs-2.t +++ b/t/vrefs-2.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # VREFs - part 2 @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # wild repos - part 1 @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; # wild repos - part 2 diff --git a/t/writable.t b/t/writable.t index 25d93ec..e778414 100755 --- a/t/writable.t +++ b/t/writable.t @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; use Cwd; my $workdir = getcwd(); @@ -3,7 +3,7 @@ use strict; use warnings; # this is hardcoded; change it if needed -use lib "src"; +use lib "src/lib"; use Gitolite::Test; try "plan 1; cd $ENV{PWD}; git status -s -uno; !/./ or die" or die "dirty tree"; |