tests: fix test (barbar) by creating the cache folder

This commit is contained in:
Gaetan Lepage 2023-04-15 13:34:00 +02:00 committed by Gaétan Lepage
parent e447c4ca42
commit 3797094d19

View file

@ -23,6 +23,8 @@
buildPhase =
if !dontRun
then ''
mkdir -p .cache/nvim
output=$(HOME=$(realpath .) nvim -mn --headless "+q" 2>&1 >/dev/null)
if [[ -n $output ]]; then
echo "ERROR: $output"