mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Fabio Pistolesi
28.01.2015 8b6a544a11dee1f1b77151fb532fb1f06a7bbea6
opendj-server-legacy/src/test/java/org/opends/server/TestCaseUtils.java
@@ -394,7 +394,7 @@
        }
        // Make the shell scripts in the bin directory executable, if possible.
        if (OperatingSystem.isUnixBased() && FilePermission.canSetPermissions())
        if (OperatingSystem.isUnixBased())
        {
          try
          {