mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-24 13:35:17 +00: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
|
for i in nodeinfotest daemon-conf seclabeltest
|
||||||
do
|
do
|
||||||
rm -f $i
|
rm -f $i
|
||||||
echo -e "#!/bin/sh\nexit 0" > $i
|
printf "#!/bin/sh\nexit 0\n" > $i
|
||||||
chmod +x $i
|
chmod +x $i
|
||||||
done
|
done
|
||||||
make check
|
make check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user