criu/test/others
KKrypt 34e2b02219 Optimized shell code with <'s (instead of cat + |)
This patch optimizes shell code as reading a single file as input using a 'cat' command to a program.

It is considered to be a Useless Use of Cat (UUOC).

It's more efficient to simply use redirection.

However, in some cases, even using the redirection operator '<' seems unnecessary.

Signed-off-by: KKrypt <sankalpacharya1211@gmail.com>
2023-04-15 21:17:21 -07:00
..
app-emu Fix some codespell warnings 2022-04-28 17:53:52 -07:00
bers Fix some codespell warnings 2022-04-28 17:53:52 -07:00
config-file Fix, not ignore, shellcheck SC1091 warnings 2023-04-15 21:17:21 -07:00
crit ci: add test for crit info 2023-04-15 21:17:21 -07:00
criu-coredump test: add long command-line to coredump test 2023-04-15 21:17:21 -07:00
ext-links tests: move non-zdtm tests to tests/others/ 2016-02-24 13:09:17 +03:00
ext-tty style: fix typos 2020-10-20 00:18:24 -07:00
libcriu Fix, not ignore, shellcheck SC1091 warnings 2023-04-15 21:17:21 -07:00
make travis: add "make uninstall" test 2017-04-02 18:09:34 +03:00
mem-snap Optimized shell code with <'s (instead of cat + |) 2023-04-15 21:17:21 -07:00
mnt-ext-dev ci: make others/mnt_ext_dev also run for old mount engine 2022-04-28 17:53:52 -07:00
mounts Optimized shell code with <'s (instead of cat + |) 2023-04-15 21:17:21 -07:00
ns_ext Optimized shell code with <'s (instead of cat + |) 2023-04-15 21:17:21 -07:00
overlayfs tests: move non-zdtm tests to tests/others/ 2016-02-24 13:09:17 +03:00
pipes Run 'make indent' on all C files 2021-09-03 10:31:00 -07:00
rpc Fix some codespell warnings 2022-04-28 17:53:52 -07:00
security tests: move non-zdtm tests to tests/others/ 2016-02-24 13:09:17 +03:00
shell-job test/other: Resolve Py3 compatibility issues 2019-09-07 15:59:56 +03:00
skip-file-rwx-check Add --skip-file-rwx-check opt test 2023-04-15 21:17:21 -07:00
socketpairs Run 'make indent' on all C files 2021-09-03 10:31:00 -07:00
tcp Run 'make indent' on all C files 2021-09-03 10:31:00 -07:00
unix-callback Optimized shell code with <'s (instead of cat + |) 2023-04-15 21:17:21 -07:00
.gitignore test/others: refactor loop process 2021-09-03 10:31:00 -07:00
app-emu.sh tests: move app-emu in test/others/ 2016-02-29 11:35:26 +03:00
env.sh ci: enable coredump tests 2022-04-28 17:53:52 -07:00
functions.sh tests: move app-emu in test/others/ 2016-02-29 11:35:26 +03:00
loop.c Run 'make indent' on all C files 2021-09-03 10:31:00 -07:00
Makefile test/others: refactor loop process 2021-09-03 10:31:00 -07:00