remove support for build_environment_vars_for's deactivate option
[p5sagit/local-lib.git] / t / bad_variables.t
index f18a6a7..d72ab48 100644 (file)
@@ -26,7 +26,7 @@ local::lib->import($dir1);
 
 is(
     $ENV{PERL_LOCAL_LIB_ROOT},
-    join($Config{path_sep}, (grep { defined $_ and $_ ne '' } $dir1, $dir2)),
+    join($Config{path_sep}, (grep { defined $_ and $_ ne '' } $dir1, $dir3, $dir2)),
     'dir1 should have been removed and added back in at the top'
 );