Index: tests/pybin/tools.py
===================================================================
--- tests/pybin/tools.py	(revision a468e1e9a78661c54fb73817d6b3b744e10c5a29)
+++ tests/pybin/tools.py	(revision 7bd23ce0639ecade897c8a638c9d5d4a13e40bad)
@@ -387,9 +387,9 @@
 	# make a directory for this test
 	# mkdir makes the parent directory only so add a dummy
-	mkdir(os.path.join(dst, name ))
+	mkdir( os.path.join(dst, "core") )
 
 	# moves the files
 	mv( core, os.path.join(dst, "core" ) )
-	mv( exe , os.path.join(dst, name   ) )
+	mv( exe , os.path.join(dst, "exe"  ) )
 
 	# return explanatory test
