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

neil_a_wilson
10.30.2007 7b09f76c7501f692657385025ccb10be5d974c7a
opends/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/AciTests.java
@@ -2281,7 +2281,7 @@
      "--outputLDIF", diffLdifFile.getAbsolutePath()
    };
    int retVal = LDIFDiff.mainDiff(args, true);
    int retVal = LDIFDiff.mainDiff(args, true, System.out, System.err);
    assertEquals(retVal, 0, "LDIFDiff failed");
    if (diffLdifFile.exists()) {