summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2025-02-07 13:01:50 -0500
committerTavian Barnes <tavianator@tavianator.com>2025-02-07 13:01:50 -0500
commit232a140327e3e6b8cb1699c526e2ea1c0decc68a (patch)
treed5997e9241a7196f0b5cda22e9769f56dda1c814 /tests
parentbfe349f90dccc4a4ea23e2fd0c8f5cd5d10f1fc1 (diff)
downloadbfs-232a140327e3e6b8cb1699c526e2ea1c0decc68a.tar.xz
tests: Make --no-clean listen to $NO_COLOR
Diffstat (limited to 'tests')
-rw-r--r--tests/stddirs.sh2
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"