mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
Use printf instead of echo -e in libvirt.spec.in
make rpm created dummy tests containing '-e #!/bin/sh' for me.
This commit is contained in:
parent
5ac0272370
commit
fa0bb9f6b1
@ -658,7 +658,7 @@ cd tests
|
||||
for i in nodeinfotest daemon-conf seclabeltest
|
||||
do
|
||||
rm -f $i
|
||||
echo -e "#!/bin/sh\nexit 0" > $i
|
||||
printf "#!/bin/sh\nexit 0\n" > $i
|
||||
chmod +x $i
|
||||
done
|
||||
make check
|
||||
|
Loading…
Reference in New Issue
Block a user