|
@@ -31,7 +31,9 @@ import org.junit.Test;
|
|
|
* Tests resolution of AbstractFileSystems for a given path with symlinks.
|
|
|
*/
|
|
|
public class TestFileContextResolveAfs {
|
|
|
-
|
|
|
+ static{
|
|
|
+ FileSystem.enableSymlinks();
|
|
|
+ }
|
|
|
private static String TEST_ROOT_DIR_LOCAL
|
|
|
= System.getProperty("test.build.data","/tmp");
|
|
|
|