We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8091d commit e1bc2a1Copy full SHA for e1bc2a1
scripts/run_vim.sh
@@ -21,4 +21,5 @@ done
21
22
# Run as the vimtest user. This is not really for security. It is for running
23
# Vim as a user that's unable to write to your volume.
24
-exec su -l vimtest -c "cd /testplugin && /vim-build/bin/$BIN $ARGS"
+cd /testplugin || exit
25
+exec su -l vimtest -c "env HOME=/tmp/vimtestbed-home /vim-build/bin/$BIN $ARGS"
0 commit comments