Use execprog() instead of system() ... partly transition
authormarkus schnalke <meillo@marmaro.de>
Wed, 14 Jan 2015 06:31:49 +0000 (07:31 +0100)
committermarkus schnalke <meillo@marmaro.de>
Wed, 14 Jan 2015 06:31:49 +0000 (07:31 +0100)
There are several more places where system() should be replaced.

As execprog() does not split strings into multiple arguments,
`listproc' could no longer contain ``show -file''. We need to
rework the concept of these `...proc' entries.

This commit fixes tests/whatnow/test-attach-detach.


No differences found