More \X fixing.
[p5sagit/p5-mst-13.2.git] / t / op / groups.t
index f6355ca..4d3dcaf 100755 (executable)
@@ -6,6 +6,9 @@ $ENV{LC_ALL} = "C"; # so that external utilities speak English
 $ENV{LANGUAGE} = 'C'; # GNU locale extension
 
 BEGIN {
+    chdir 't';
+    @INC = '../lib';
+
     require Config;
     if ($@) {
        print "1..0 # Skip: no Config\n";