wrowe       02/03/14 14:21:38

  Modified:    test     testfile.c
  Log:
    Win32 doesn't support remove-open-file semantics.
  
  Revision  Changes    Path
  1.47      +3 -0      apr/test/testfile.c
  
  Index: testfile.c
  ===================================================================
  RCS file: /home/cvs/apr/test/testfile.c,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- testfile.c        13 Mar 2002 20:39:27 -0000      1.46
  +++ testfile.c        14 Mar 2002 22:21:38 -0000      1.47
  @@ -684,6 +684,9 @@
       assert(!rv);
       assert(!strcmp(buf, "end456789\n"));
   
  +    rv = apr_file_close(f);
  +    assert(!rv);
  +
       rv = apr_file_remove(fname, p);
       assert(!rv);
   }
  
  
  

Reply via email to