summaryrefslogtreecommitdiff
path: root/src/testdir/runtest.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-16 22:47:23 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-16 22:47:23 +0100
commitf60b796fa9870bdfc4cdeb91653bac041916077d (patch)
treed44c612998b14cadd0702018a01cdb9afdc65b77 /src/testdir/runtest.vim
parent8c600052fabe4859470d9d0ba2ddd74a52ea9745 (diff)
downloadvim-git-f60b796fa9870bdfc4cdeb91653bac041916077d.tar.gz
patch 7.4.1111v7.4.1111
Problem: test_expand fails on MS-Windows. Solution: Always use forward slashes. Remove references to test27.
Diffstat (limited to 'src/testdir/runtest.vim')
-rw-r--r--src/testdir/runtest.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim
index fd64c98fc..2a9231abc 100644
--- a/src/testdir/runtest.vim
+++ b/src/testdir/runtest.vim
@@ -43,6 +43,9 @@ set nomore
" Output all messages in English.
lang mess C
+" Always use forward slashes.
+set shellslash
+
let s:srcdir = expand('%:p:h:h')
" Support function: get the alloc ID by name.