1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Move the "use lib" directive to mtr.pl

This commit is contained in:
msvensson@shellback.(none)
2007-11-23 15:02:50 +01:00
parent 20fe800c45
commit b6efeea6bd
2 changed files with 3 additions and 1 deletions

View File

@ -52,6 +52,9 @@
# "perl -d:Trace mysql-test-run.pl"
#
use lib "lib/";
$Devel::Trace::TRACE= 0; # Don't trace boring init stuff
#require 5.6.1;