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

[build] set HOME during tests to a known writable dir

Defect Number:
    Reviewed By:
   Testing Done:
This commit is contained in:
Timothy Stack 2014-04-05 23:08:33 -07:00
parent 788ce43f6b
commit 2781a63cfb
3 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,9 @@ export test_dir
BZIP2_CMD="@BZIP2_CMD@"
export BZIP2_CMD
HOME="${top_builddir}/test"
export HOME
# The full path of the test case
test_file=$1
# The base name of the test case

View File

@ -253,3 +253,4 @@ DISTCLEANFILES = \
distclean-local:
rm -rf sessions
rm -rf .lnav

View File

@ -1534,6 +1534,7 @@ simple-db.db: simple-db.sql
distclean-local:
rm -rf sessions
rm -rf .lnav
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.