As of 17e2cf3 from #172 you can no longer use run in conjunction with programs that read from stdin, because the program will consume the remaining test files/names waiting on stdin here.
A workaround is to redirect /dev/null to stdin, e.g. run foo </dev/null.