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

brad at samba.org brad at samba.org
Tue Oct 24 02:49:16 GMT 2006


Author: brad
Date: 2006-10-24 02:49:15 +0000 (Tue, 24 Oct 2006)
New Revision: 19475

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

Log:
fixed a couple of typos.


Modified:
   branches/SAMBA_4_0/source/script/tests/test_win.sh
   branches/SAMBA_4_0/source/script/tests/win/wintest_client.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-24 01:40:15 UTC (rev 19474)
+++ branches/SAMBA_4_0/source/script/tests/test_win.sh	2006-10-24 02:49:15 UTC (rev 19475)
@@ -34,5 +34,3 @@
 	|| all_errs=`expr $all_errs + $?`
 
 $WINTEST_DIR/wintest_client.sh || all_errs=`expr $all_errs + $?`
-
-testok $0 $all_errs

Modified: branches/SAMBA_4_0/source/script/tests/win/wintest_client.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/win/wintest_client.sh	2006-10-24 01:40:15 UTC (rev 19474)
+++ branches/SAMBA_4_0/source/script/tests/win/wintest_client.sh	2006-10-24 02:49:15 UTC (rev 19475)
@@ -15,7 +15,7 @@
 testit "$test_name" \
 	expect $TMPDIR/client_test.exp || all_errs=`expr $all_errs + 1`
 
-if [ $all_errs -gt 0 ]; then
+if [ $all_errs > 0 ]; then
 	# Restore snapshot to ensure VM is in a known state.
 	restore_snapshot "\n$test_name failed."
 	echo "Snapshot restored."



More information about the samba-cvs mailing list