diff options
Diffstat (limited to 'src/testdir/unix.vim')
-rw-r--r-- | src/testdir/unix.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/unix.vim b/src/testdir/unix.vim new file mode 100644 index 000000000..f766e74c3 --- /dev/null +++ b/src/testdir/unix.vim @@ -0,0 +1,3 @@ +" Settings for test script execution +" Always use "sh", don't use the value of "$SHELL". +set shell=sh |