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

metze at samba.org metze at samba.org
Thu Jul 13 16:11:38 GMT 2006


Author: metze
Date: 2006-07-13 16:11:38 +0000 (Thu, 13 Jul 2006)
New Revision: 17014

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

Log:
add whitespaces...

metze
Modified:
   branches/SAMBA_4_0/source/script/tests/test_cifsdd.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_cifsdd.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_cifsdd.sh	2006-07-13 16:08:21 UTC (rev 17013)
+++ branches/SAMBA_4_0/source/script/tests/test_cifsdd.sh	2006-07-13 16:11:38 UTC (rev 17014)
@@ -64,7 +64,7 @@
 # Check whether we can do a round trip
 runcopy "Testing local -> remote copy" \
 	    if=$sourcepath of=//$SERVER/$SHARE/$sourcepath bs=$bs || failtest
-runcopy "Testing remote ->local copy" \
+runcopy "Testing remote -> local copy" \
 	    if=//$SERVER/$SHARE/$sourcepath of=$destpath bs=$bs || failtest
 compare $sourcepath $destpath || failtest
 
@@ -73,7 +73,7 @@
 	    if=//$SERVER/$SHARE/$sourcepath of=//$SERVER/$SHARE/$sourcepath bs=$bs || failtest
 runcopy "Testing remote -> remote copy" \
 	    if=//$SERVER/$SHARE/$sourcepath of=//$SERVER/$SHARE/$destpath bs=$bs || failtest
-runcopy "Testing remote ->local copy" \
+runcopy "Testing remote -> local copy" \
 	    if=//$SERVER/$SHARE/$destpath of=$destpath bs=$bs || failtest
 compare $sourcepath $destpath || failtest
 



More information about the samba-cvs mailing list