Index: tests/pybin/test_run.py
===================================================================
--- tests/pybin/test_run.py	(revision 195d1d89c805c47fc486b2b8cf91431ffa3d0689)
+++ tests/pybin/test_run.py	(revision 2ac78a14fd9ad355cb75cf3a7f4d58670189b7da)
@@ -29,6 +29,11 @@
 		return os.path.normpath( os.path.join(settings.BUILDDIR, self.path, ".out"   , "%s.log" % self.name) )
 
+	# one file that goes to the test's stdin
 	def input(self):
 		return os.path.normpath( os.path.join(settings.SRCDIR  , self.path, ".in"    , "%s.txt" % self.name) )
+
+	# several files available for this test to open
+	def inputs_all(self):
+		return os.path.normpath( os.path.join(settings.SRCDIR  , self.path, ".in"    , "%s.*" % self.name) )
 
 	def target_output(self):
