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

Gary Williams
02.19.2011 262ec27598dcfc3a6a031f72e58d8537c098bc0d
opends/tests/staf-tests/shared/functions/dsadm.xml
@@ -944,8 +944,8 @@
          STAFCmdParamsList.append('--skipFile %s' % skipFile)
        if  rejectFile:
          if not os.path.exists(os.path.dirname(skipFile)):
            os.makedirs(os.path.dirname(skipFile))
          if not os.path.exists(os.path.dirname(rejectFile)):
            os.makedirs(os.path.dirname(rejectFile))
          STAFCmdParamsList.append('-R %s' % rejectFile)