Index: tests/pybin/tools.py
===================================================================
--- tests/pybin/tools.py	(revision 76845573a2cbb31e8b58b2295497a99ae825cfa1)
+++ tests/pybin/tools.py	(revision 8c2896742a9a9e66f2a94e008e895e495f1e9329)
@@ -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
