Skip to content

positive check when linked to /dev/null (dummy rte)

nordugrid-arc-bot requested to merge andrii/arc:dummy-rte-fix into next

Begin arcbot message
This merge request is automatically copied from !644 (merged) orginally made by @andrii
End arcbot message

``` [manf@F302 arc-git]$ test -f /tmp/file && echo yes yes [manf@F302 arc-git]$ test -e /tmp/file && echo yes yes

[manf@F302 arc-git]$ test -f /tmp/null && echo yes [manf@F302 arc-git]$ test -e /tmp/null && echo yes yes

[manf@F302 arc-git]$ test -e /tmp/broken && echo yes [manf@F302 arc-git]$ test -f /tmp/broken && echo yes

Merge request reports