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/merge-check.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/merge-check.t')
-rwxr-xr-x | t/merge-check.t | 2 |
1 files changed, 1 insertions, 1 deletions
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 |