svn commit: samba r20810 - in branches/SAMBA_4_0/source/lib/replace/test: .

metze at samba.org metze at samba.org
Mon Jan 15 17:55:27 GMT 2007


Author: metze
Date: 2007-01-15 17:55:26 +0000 (Mon, 15 Jan 2007)
New Revision: 20810

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20810

Log:
unlink the test file when the test is done

metze
Modified:
   branches/SAMBA_4_0/source/lib/replace/test/testsuite.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/test/testsuite.c
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/test/testsuite.c	2007-01-15 17:53:53 UTC (rev 20809)
+++ branches/SAMBA_4_0/source/lib/replace/test/testsuite.c	2007-01-15 17:55:26 UTC (rev 20810)
@@ -78,6 +78,7 @@
 		       (int)st.st_size, size);
 		return false;
 	}
+	unlink(TESTFILE);
 	printf("success: ftruncate\n");
 	return true;
 }



More information about the samba-cvs mailing list