diff options
Diffstat (limited to 't/basic.t')
-rwxr-xr-x | t/basic.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |