mappedfile test: permit ENODEV on /dev/null
authorRyan Lortie <desrt@desrt.ca>
Sun, 23 Feb 2014 05:47:29 +0000 (00:47 -0500)
committerRyan Lortie <desrt@desrt.ca>
Sun, 23 Feb 2014 05:47:29 +0000 (00:47 -0500)
commit4af9b8e9cb43cbcb1f889b74b85111325aab57ba
treebdb000ae20ed111512cb292e57490e09caa20813
parent4825e819b2ca59409b93f4d6f0f742d630626887
mappedfile test: permit ENODEV on /dev/null

mmap() on /dev/null returns ENODEV on old Linux versions and also on
Hurd, so accept that in the testcase.

https://bugzilla.gnome.org/show_bug.cgi?id=722360
glib/tests/mappedfile.c