diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-07-13 16:11:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:10:08 -0500 |
commit | 5af1b8e009c09161d5e987e3ca2bd508b0a3ec61 (patch) | |
tree | e94a232c4b660fe3e503c2ddd1cda06d52d54574 /source4 | |
parent | 39b7ae11ace37241e4d9b710a85b3428ac234219 (diff) | |
download | samba-5af1b8e009c09161d5e987e3ca2bd508b0a3ec61.tar.gz samba-5af1b8e009c09161d5e987e3ca2bd508b0a3ec61.tar.bz2 samba-5af1b8e009c09161d5e987e3ca2bd508b0a3ec61.zip |
r17014: add whitespaces...
metze
(This used to be commit 60c4eaa4c5f98475ff214acf26dd5ad885c94e0b)
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/script/tests/test_cifsdd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/script/tests/test_cifsdd.sh b/source4/script/tests/test_cifsdd.sh index 9462187f9c..bb73202162 100755 --- a/source4/script/tests/test_cifsdd.sh +++ b/source4/script/tests/test_cifsdd.sh @@ -64,7 +64,7 @@ compare $sourcepath $destpath || failtest # 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 @@ runcopy "Testing local -> remote copy" \ 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 |