mirror of
https://codeberg.org/landley/toybox.git
synced 2026-01-26 14:13:25 +00:00
Slightly better error reporting.
This commit is contained in:
parent
81cd8a229d
commit
b4fd71d18f
@ -147,7 +147,7 @@ testing()
|
||||
if ! verbose_has quiet && { [ -n "$DIFF" ] || verbose_has spam; }
|
||||
then
|
||||
[ ! -z "$4" ] && printf "%s\n" "echo -ne \"$4\" > input"
|
||||
printf "%s\n" "echo -ne '$5' |$EVAL $2"
|
||||
printf "%s\n" "echo -ne '$5' |$EVAL ${2@Q}"
|
||||
[ -n "$DIFF" ] && printf "%s\n" "$DIFF"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user