You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per review on antonbabenko#990:
- replace the `RETURN` trap with explicit cleanup at the function's single
exit (the `RETURN` trap is Bash-only and confused reviewers);
- read the expected return code with `$(< file)` instead of `$(cat file)`;
- quote the `true`/`false` flag values to avoid confusion with the builtins;
- use `&>` instead of `> ... 2>&1`;
- drop the redundant trailing slash on the copy destination;
- print the summary with `printf` instead of a loop.
No behavior change; the suite still passes natively and inside the image.
Signed-off-by: penpal <unameme@proton.me>
0 commit comments