Don't try and compare rdb_expected_diff on non-GNU systems as %p formatting can vary. (Re: #364)
For instance, `printf("%p\n", NULL);` prints "(nil)" with GLIBC and "0x0" on MacOS.
Please register or sign in to comment
For instance, `printf("%p\n", NULL);` prints "(nil)" with GLIBC and "0x0" on MacOS.