This makes it easier to see memory leaks in the code under test. Found with valgrind.
The chroots in which we often build Open vSwitch don't have /proc and thus cannot support /dev/stdin, because on Linux that is a symlink to /proc/self/fd/0. So avoid using /dev/stdin in the testsuite.
This will be used by the upcoming Open vSwitch configuration database.