From 5af1b8e009c09161d5e987e3ca2bd508b0a3ec61 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 13 Jul 2006 16:11:38 +0000 Subject: r17014: add whitespaces... metze (This used to be commit 60c4eaa4c5f98475ff214acf26dd5ad885c94e0b) --- source4/script/tests/test_cifsdd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/script') 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 -- cgit