Deleted Added
full compact
31c31
< __FBSDID("$FreeBSD: stable/11/contrib/libarchive/cpio/test/test_option_a.c 228763 2011-12-21 11:13:29Z mm $");
---
> __FBSDID("$FreeBSD: stable/11/contrib/libarchive/cpio/test/test_option_a.c 318482 2017-05-18 19:47:43Z mm $");
99c99,100
< assert((p = slurpfile(NULL, "f0")) != NULL);
---
> p = slurpfile(NULL, "f0");
> assert(p != NULL);