criu/test/others/mem-snap
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
..
Makefile tests: move non-zdtm tests to tests/others/ 2016-02-24 13:09:17 +03:00
run-predump-2.sh Optimized shell code with <'s (instead of cat + |) 2023-04-15 21:17:21 -07:00
run-predump.sh Optimized shell code with <'s (instead of cat + |) 2023-04-15 21:17:21 -07:00
run-snap-auto-dedup.sh Optimized shell code with <'s (instead of cat + |) 2023-04-15 21:17:21 -07:00
run-snap-dedup-on-restore.sh Optimized shell code with <'s (instead of cat + |) 2023-04-15 21:17:21 -07:00
run-snap-dedup.sh Optimized shell code with <'s (instead of cat + |) 2023-04-15 21:17:21 -07:00
run-snap-maps04.sh Optimized shell code with <'s (instead of cat + |) 2023-04-15 21:17:21 -07:00
run-snap.sh Optimized shell code with <'s (instead of cat + |) 2023-04-15 21:17:21 -07:00
run.sh tests: move non-zdtm tests to tests/others/ 2016-02-24 13:09:17 +03:00