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/mirror-test | |
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/mirror-test')
-rwxr-xr-x | t/mirror-test | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |