Benjamin Drung 84115f9118 test: silence incorrect shellcheck SC2119
shellcheck complains:

```
In debian/tests/qemu-klibc line 17:
run_qemu
^------^ SC2119 (info): Use run_qemu "$@" if function's $1 should mean script's $1.

In debian/tests/qemu-separate-usr line 32:
run_qemu
^------^ SC2119 (info): Use run_qemu "$@" if function's $1 should mean script's $1.

In debian/tests/qemu-ata-only line 23:
run_qemu
^------^ SC2119 (info): Use run_qemu "$@" if function's $1 should mean script's $1.

In debian/tests/qemu-virtio-only line 22:
run_qemu
^------^ SC2119 (info): Use run_qemu "$@" if function's $1 should mean script's $1.

In debian/tests/qemu-busybox line 17:
run_qemu
^------^ SC2119 (info): Use run_qemu "$@" if function's $1 should mean script's $1.

For more information:
  https://www.shellcheck.net/wiki/SC2119 -- Use prepare_network_dumping_rootf...
```

To silence this shellcheck info since `run_qemu` should be called
without arguments in those cases.
2025-02-24 17:40:05 +01:00
2025-01-19 23:15:41 +01:00
2025-01-19 23:15:41 +01:00
2023-02-27 22:29:35 +10:00
Description
initramfs-tools
2 MiB
Languages
Shell 68.3%
Roff 22.3%
C 9.3%