summaryrefslogtreecommitdiffstats
path: root/scripts/test
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test')
-rwxr-xr-xscripts/test5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/test b/scripts/test
index 97480439..e5418fa4 100755
--- a/scripts/test
+++ b/scripts/test
@@ -9,3 +9,8 @@ vim --clean -N -u <(echo "
\"source scripts/test_filetypes.vim
qa!
")
+
+if ! expect -c 'set timeout 1' -c 'spawn vim -N --clean -c "set nomore | :helptags ./doc | q"' -c 'expect "ENTER" { exit 1 }' > /dev/null; then
+ echo "Please ensure ':helptags ./doc' works properly"
+ exit 1
+fi