chiark / gitweb /
Assume that /proc/meminfo can be missing
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 15 Sep 2013 12:40:16 +0000 (08:40 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 16 Sep 2013 14:47:28 +0000 (09:47 -0500)
commit442e00839e4fc3c11506f5c8a9477b465865aecc
treeeaeeb42c9fac7b02eb5fe5d491dad2e3db1889de
parent112a7f4696ebb96abdb42df62e1e794e903f66b3
Assume that /proc/meminfo can be missing

Travis tests are failing, probably because /proc/meminfo is not available
in the test environment. The same might be true in some virtualized systems,
so just treat missing /proc/meminfo as a sign that hibernation is not
possible.
src/shared/sleep-config.c
src/test/test-fileio.c