aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorSitaram Chamarty <sitaram@atc.tcs.com>2012-04-06 20:29:05 +0530
committerSitaram Chamarty <sitaram@atc.tcs.com>2012-04-06 21:13:56 +0530
commitd3610191d3b7a21d210f62f3a75b512a350a3214 (patch)
treea73d2b2d83c5ad64378f03d6f9954a2068735000 /t
parentupgrade instructions forgot about the VERSION file update! (diff)
downloadgitolite-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-xt/0-me-first.t2
-rwxr-xr-xt/access.t2
-rwxr-xr-xt/all-yall.t2
-rwxr-xr-xt/basic.t2
-rwxr-xr-xt/branch-perms.t2
-rwxr-xr-xt/daemon-gitweb-via-perms.t2
-rwxr-xr-xt/deleg-1.t2
-rwxr-xr-xt/deleg-2.t2
-rwxr-xr-xt/deny-create.t2
-rwxr-xr-xt/deny-rules-2.t2
-rwxr-xr-xt/deny-rules.t2
-rwxr-xr-xt/easy.t2
-rwxr-xr-xt/git-config.t2
-rwxr-xr-xt/hostname.t2
-rwxr-xr-xt/include-subconf.t2
-rwxr-xr-xt/info.t2
-rwxr-xr-xt/invalid-refnames-filenames.t2
-rwxr-xr-xt/listers.t2
-rwxr-xr-xt/merge-check.t2
-rwxr-xr-xt/mirror-test2
-rwxr-xr-xt/partial-copy.t2
-rwxr-xr-xt/perm-roles.t2
-rwxr-xr-xt/perms-groups.t2
-rwxr-xr-xt/personal-branches.t2
-rwxr-xr-xt/reset2
-rwxr-xr-xt/rule-seq.t2
-rwxr-xr-xt/sequence.t2
-rwxr-xr-xt/ssh-authkeys.t2
-rwxr-xr-xt/ssh-basic.t2
-rwxr-xr-xt/vrefs-1.t2
-rwxr-xr-xt/vrefs-2.t2
-rwxr-xr-xt/wild-1.t2
-rwxr-xr-xt/wild-2.t2
-rwxr-xr-xt/writable.t2
-rwxr-xr-xt/z-end.t2
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
diff --git a/t/access.t b/t/access.t
index 047193a..208e96a 100755
--- a/t/access.t
+++ b/t/access.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 '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"?
diff --git a/t/basic.t b/t/basic.t
index 37f9b12..3e8c3aa 100755
--- a/t/basic.t
+++ b/t/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::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
diff --git a/t/easy.t b/t/easy.t
index 9e4bfb4..c626602 100755
--- a/t/easy.t
+++ b/t/easy.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::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
diff --git a/t/info.t b/t/info.t
index ce54027..deaacb8 100755
--- a/t/info.t
+++ b/t/info.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 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
diff --git a/t/reset b/t/reset
index 7805940..502de2b 100755
--- a/t/reset
+++ b/t/reset
@@ -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
diff --git a/t/wild-1.t b/t/wild-1.t
index 2824e37..c957798 100755
--- a/t/wild-1.t
+++ b/t/wild-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;
# wild repos - part 1
diff --git a/t/wild-2.t b/t/wild-2.t
index 0e49538..7f5d338 100755
--- a/t/wild-2.t
+++ b/t/wild-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;
# 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();
diff --git a/t/z-end.t b/t/z-end.t
index 25edbd9..6c98fe4 100755
--- a/t/z-end.t
+++ b/t/z-end.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;
try "plan 1; cd $ENV{PWD}; git status -s -uno; !/./ or die" or die "dirty tree";