amorenoz / ovs-dbg

Scripts to help debug OVS and OVN
Apache License 2.0
22 stars 8 forks source link

offline-db: fix 'find' tests #28

Closed amorenoz closed 3 years ago

amorenoz commented 3 years ago

find returns 0 even if it finds zero matching files. Use ls instead

Signed-off-by: Adrian Moreno amorenoz@redhat.com