Index: trunk/Platforms/Test/script/copy_test.sh
===================================================================
--- trunk/Platforms/Test/script/copy_test.sh	(revision 139)
+++ trunk/Platforms/Test/script/copy_test.sh	(revision 145)
@@ -10,5 +10,5 @@
 {
     # Test usage
-    if   test ${#} -eq 2; then
+    if test ${#} -eq 2; then
 	name_src=${1};
 	name_dest=${2};
