Fix TestReadFixture on non 4K page size arches
requested to merge frediz/prometheus-process-exporter:fix-RSS-test-on-non4K-pagesize-systems into debian/master
TestReadFixture checks fixtures/14804/stat RSS which is a number of page and compares it to hardcoded expected value 0x7b1000 (= 1969 * 4096). Instead of using a 4k expected value, use system's pagesize like it's done in proc_stat.go .