fix unittest's create_pseudo_random_file: do return file name as docu says
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 9 Jun 2016 15:54:51 +0000 (17:54 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Wed, 15 Jun 2016 11:18:02 +0000 (13:18 +0200)
commit7b900c3ee1d5b6e38fb210aa992c756c478fd453
tree47c327dc6223efdcb6243b3e0841281955a62a2f
parent25d64d2747bebfc0f2f997f9d668ddfa0366a7ac
fix unittest's create_pseudo_random_file: do return file name as docu says

author of that module seems to never have heard of the tempfile module in
python stdlib!
testing/create_pseudo_random_files.py