diff options
Diffstat (limited to 't/uni/select.t')
-rw-r--r-- | t/uni/select.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/uni/select.t b/t/uni/select.t index 0e00105398..de0cb5ed76 100644 --- a/t/uni/select.t +++ b/t/uni/select.t @@ -6,8 +6,8 @@ BEGIN { chdir 't' if -d 't'; - @INC = '../lib'; require './test.pl'; + set_up_inc('../lib'); } use utf8; |