svn commit: samba r22394 - in branches/SAMBA_3_0/source/lib/replace/test: .

jpeach at samba.org jpeach at samba.org
Thu Apr 19 23:47:56 GMT 2007


Author: jpeach
Date: 2007-04-19 23:47:55 +0000 (Thu, 19 Apr 2007)
New Revision: 22394

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

Log:
Remove test directory once we are finished.

Modified:
   branches/SAMBA_3_0/source/lib/replace/test/os2_delete.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/replace/test/os2_delete.c
===================================================================
--- branches/SAMBA_3_0/source/lib/replace/test/os2_delete.c	2007-04-19 23:25:37 UTC (rev 22393)
+++ branches/SAMBA_3_0/source/lib/replace/test/os2_delete.c	2007-04-19 23:47:55 UTC (rev 22394)
@@ -111,5 +111,7 @@
 
 	rmdir(TESTDIR) == 0 || FAILED("rmdir");
 
+	system("rm -rf " TESTDIR);
+
 	return test_readdir_os2_delete_ret;
 }



More information about the samba-cvs mailing list