]> git.ipfire.org Git - thirdparty/systemd.git/blob - coccinelle/empty-or-dash.cocci
test: Disable LUKS devices from initramfs in QEMU tests
[thirdparty/systemd.git] / coccinelle / empty-or-dash.cocci
1 @@
2 expression s;
3 @@
4 - (isempty(s) || streq(s, "-"))
5 + empty_or_dash(s)