summaryrefslogtreecommitdiff
path: root/test/regress/BF3C1F82.test
Commit message (Collapse)AuthorAgeFilesLines
* fix bug 788: behaviour of source_context for '-f -'Johann Klähn2013-01-151-0/+12
`session_t::read_data` did not set context.pathname to `/dev/stdin` for the special case `-f -`. I chose to adjust `source_context` too as there is no sensible context if no file name is provided.