tests/vfs_fat_oldproto: Skip for ports not supporting "oldproto".

Otherwise this broke esp8266 testsuite.
This commit is contained in:
Paul Sokolovsky 2016-11-06 01:47:44 +03:00
parent 8bc3fc20fe
commit fa3a108ed7

View File

@ -3,6 +3,8 @@ import uos
import uerrno
try:
uos.VfsFat
uos.vfs_mkfs
uos.vfs_mount
except AttributeError:
print("SKIP")
sys.exit()