Skip to content

Commit

Permalink
Workaround fix for Travis-CI
Browse files Browse the repository at this point in the history
Skip cdev test which fails on Travis-CI.
  • Loading branch information
splhack committed Aug 14, 2018
1 parent 1a8a544 commit 4d9b1a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/testdir/test_stat.vim
Expand Up @@ -140,9 +140,11 @@ func Test_getftype()
call delete('Xfifo')
endif

if !has("gui_macvim")
for cdevfile in systemlist('find /dev -type c -maxdepth 2 2>/dev/null')
call assert_equal('cdev', getftype(cdevfile))
endfor
endif

for bdevfile in systemlist('find /dev -type b -maxdepth 2 2>/dev/null')
call assert_equal('bdev', getftype(bdevfile))
Expand Down

0 comments on commit 4d9b1a2

Please sign in to comment.