mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
019911339b
The recently added test27 spawns commandhelper. This is fine, except, one of the things that commandhelper does is it records arguments it was spawn with into commandhelper.log. Other test cases then use checkoutput() to compare the arguments against the expected ones and also unlink() the log file. However, test27() is not doing that and thus it leaves the file behind. This breaks distcheck. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
21 lines
229 B
Plaintext
21 lines
229 B
Plaintext
ARG:--readfd
|
|
ARG:5
|
|
ARG:--readfd
|
|
ARG:7
|
|
ENV:DISPLAY=:0.0
|
|
ENV:HOME=/home/test
|
|
ENV:HOSTNAME=test
|
|
ENV:LANG=C
|
|
ENV:LOGNAME=test
|
|
ENV:PATH=/usr/bin:/bin
|
|
ENV:TMPDIR=/tmp
|
|
ENV:USER=test
|
|
FD:0
|
|
FD:1
|
|
FD:2
|
|
FD:5
|
|
FD:7
|
|
DAEMON:no
|
|
CWD:/tmp
|
|
UMASK:0022
|