diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-02-07 13:01:50 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2025-02-07 13:01:50 -0500 |
commit | 232a140327e3e6b8cb1699c526e2ea1c0decc68a (patch) | |
tree | d5997e9241a7196f0b5cda22e9769f56dda1c814 /tests | |
parent | bfe349f90dccc4a4ea23e2fd0c8f5cd5d10f1fc1 (diff) | |
download | bfs-232a140327e3e6b8cb1699c526e2ea1c0decc68a.tar.xz |
tests: Make --no-clean listen to $NO_COLOR
Diffstat (limited to 'tests')
-rw-r--r-- | tests/stddirs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stddirs.sh b/tests/stddirs.sh index 1183970..1569fee 100644 --- a/tests/stddirs.sh +++ b/tests/stddirs.sh @@ -151,7 +151,7 @@ make_stddirs() { if ((CLEAN)); then defer clean_stddirs else - printf "Test files saved to ${BLD}%s${RST}\n" "$TMP" + color printf "Test files saved to ${BLD}%s${RST}\n" "$TMP" fi chown "$(id -u):$(id -g)" "$TMP" |