Git.pm: Introduce ident() and ident_person() methods
[gitweb.git] / git-mv.perl
index 5134b805a5f69afc127f9904161948773c5df41b..322b9fdcb36367934e5409f2f825d7d782787289 100755 (executable)
@@ -6,11 +6,6 @@
 # This file is licensed under the GPL v2, or a later version
 # at the discretion of Linus Torvalds.
 
-BEGIN {
-       unless (exists $ENV{'RUNNING_GIT_TESTS'}) {
-               unshift @INC, '@@INSTLIBDIR@@';
-       }
-}
 use warnings;
 use strict;
 use Getopt::Std;