We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8a544 commit 4d9b1a2Copy full SHA for 4d9b1a2
1 file changed
src/testdir/test_stat.vim
@@ -140,9 +140,11 @@ func Test_getftype()
140
call delete('Xfifo')
141
endif
142
143
+ if !has("gui_macvim")
144
for cdevfile in systemlist('find /dev -type c -maxdepth 2 2>/dev/null')
145
call assert_equal('cdev', getftype(cdevfile))
146
endfor
147
+ endif
148
149
for bdevfile in systemlist('find /dev -type b -maxdepth 2 2>/dev/null')
150
call assert_equal('bdev', getftype(bdevfile))
0 commit comments