1
1
mirror of https://github.com/tstack/lnav.git synced 2024-07-07 09:36:19 +03:00

[tests] unset XDG_CONFIG_HOME for tests

This commit is contained in:
Tim Stack 2024-05-10 08:47:13 -07:00
parent 95dde417d3
commit 6b0b82f856

View File

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