1
1
mirror of https://github.com/tstack/lnav.git synced 2024-08-17 00:40:30 +03:00

[tests] unset NO_COLOR since it can affect the tests where color is captured in the output

Related to #1154
This commit is contained in:
Tim Stack 2023-05-23 21:04:08 -07:00
parent 9323958296
commit 34f026e444

View File

@ -1,5 +1,7 @@
#! /bin/bash
unset NO_COLOR
top_srcdir="@abssrcdir@"
export top_srcdir