diff options
-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 |