runtest: pass *all* the given shell options to the test invocation
commit3971f998c5388a46581b2a2c273283ef6f1e5408
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Jul 2012 09:41:51 +0000 (26 11:41 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Jul 2012 10:23:53 +0000 (26 12:23 +0200)
treecff61330171eafd1270b2be3d4f671c5ffdb126b
parentd25349fe0524e7b6c7961f090cced631ee95aff6
runtest: pass *all* the given shell options to the test invocation

* runtest.in: Here.  This didn't work previously because, in our
option parsing loop, we were mistakenly redefining '$shell_opts'
each time, instead of appending to it.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
runtest.in