svn commit: samba r19280 - in branches/SAMBA_4_0/source/script/tests: .

brad at samba.org brad at samba.org
Sat Oct 14 20:21:33 GMT 2006


Author: brad
Date: 2006-10-14 20:21:33 +0000 (Sat, 14 Oct 2006)
New Revision: 19280

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

Log:
Missed renaming a remove_qfileinfo_test() function call.


Modified:
   branches/SAMBA_4_0/source/script/tests/test_win.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_win.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_win.sh	2006-10-14 20:18:53 UTC (rev 19279)
+++ branches/SAMBA_4_0/source/script/tests/test_win.sh	2006-10-14 20:21:33 UTC (rev 19280)
@@ -78,7 +78,7 @@
 		restore_snapshot "\n$test_name failed."
 	else
 		echo -e "\n$test_name CLEANUP PHASE"
-		remove_qfileinfo_test
+		remove_share_test
 		if [ $err_rtn -ne 0 ]; then
 			# If cleanup fails, restore VM snapshot.
 			restore_snapshot "\n$test_name removal failed."



More information about the samba-cvs mailing list