diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-07-13 15:22:42 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-07-13 16:02:56 -0400 |
commit | c5a2bfd924445dfccd943ea34374a5d1266f5cb9 (patch) | |
tree | 107939d8c2b35a799a23ae6806f62c98ad6efcc9 /tests/tests.sh | |
parent | b577bedfd37d93cb802c36beb93cf6581af51930 (diff) | |
download | bfs-c5a2bfd924445dfccd943ea34374a5d1266f5cb9.tar.xz |
color: TTY-escape filenames
Diffstat (limited to 'tests/tests.sh')
-rwxr-xr-x | tests/tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.sh b/tests/tests.sh index 46e3e33..66a79a8 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -432,6 +432,7 @@ function make_rainbow() { chmod +t "$1"/sticky* "$XTOUCH" -p "$1"/exec.sh chmod +x "$1"/exec.sh + "$XTOUCH" -p "$1/"$'\e[1m/\e[0m' } make_rainbow "$TMP/rainbow" |