diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2014-12-19 17:08:39 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2014-12-19 17:08:39 -0500 |
| commit | e922a7427371b5869d1b1623c368f365bad3fedb (patch) | |
| tree | 49fd95ece32c13407d65f4a845f873201e389b13 /src/nvim/testdir | |
| parent | 189427efd7b905c00f155f5f9ce5123eca599e44 (diff) | |
| parent | a62fe49d3caa40b8a6efb6528cce725f4dffa78a (diff) | |
| download | rneovim-e922a7427371b5869d1b1623c368f365bad3fedb.tar.gz rneovim-e922a7427371b5869d1b1623c368f365bad3fedb.tar.bz2 rneovim-e922a7427371b5869d1b1623c368f365bad3fedb.zip | |
Merge pull request #1648 from Pyrohh/amiga-vms-cleanup
Amiga/VMS cleanup
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/test17.in | 4 | ||||
| -rw-r--r-- | src/nvim/testdir/test30.in | 7 |
2 files changed, 1 insertions, 10 deletions
diff --git a/src/nvim/testdir/test17.in b/src/nvim/testdir/test17.in index 64534ec77c..7fef87d383 100644 --- a/src/nvim/testdir/test17.in +++ b/src/nvim/testdir/test17.in @@ -16,11 +16,7 @@ STARTTEST :let $CDIR = "." /CDIR :else -:if has("amiga") -:let $TDIR = "/testdir" -:else :let $TDIR = "." -:endif /TDIR :endif :" Dummy writing for making that sure gf doesn't fail even if the current diff --git a/src/nvim/testdir/test30.in b/src/nvim/testdir/test30.in index 4a8778d2de..3f7b9eb472 100644 --- a/src/nvim/testdir/test30.in +++ b/src/nvim/testdir/test30.in @@ -24,12 +24,7 @@ STARTTEST :set nobin eol :bwipe XXUnix XXDos XXMac :" create mixed format files -:if has("vms") -: !copy XXUnix,XXDos XXUxDs. -: !copy XXUnix,XXMac XXUxMac. -: !copy XXDos,XXMac XXDosMac. -: !copy XXUnix,XXDos,XXMac XXUxDsMc. -:elseif has("win32") +:if has("win32") : !copy /b XXUnix+XXDos XXUxDs : !copy /b XXUnix+XXMac XXUxMac : !copy /b XXDos+XXMac XXDosMac |