Deleted Added
full compact
26c26
< __FBSDID("$FreeBSD: stable/11/contrib/libarchive/cpio/test/test_option_L_upper.c 228763 2011-12-21 11:13:29Z mm $");
---
> __FBSDID("$FreeBSD: stable/11/contrib/libarchive/cpio/test/test_option_L_upper.c 348607 2019-06-04 10:35:54Z mm $");
32a33
> #define SEP "\\"
34a36
> #define SEP "/"
54c56
< assertMakeSymlink("symlink", "file");
---
> assertMakeSymlink("symlink", "file", 0);
64c66
< assertIsSymlink("copy/symlink", NULL);
---
> assertIsSymlink("copy/symlink", NULL, 0);
80c82,83
< r = systemf(CAT " ../archive.out | %s -i >unpack.out 2>unpack.err", testprog);
---
> r = systemf(CAT " .." SEP "archive.out | %s -i >unpack.out 2>unpack.err", testprog);
>
86c89
< assertIsSymlink("unpack/symlink", NULL);
---
> assertIsSymlink("unpack/symlink", NULL, 0);
95c98,99
< r = systemf(CAT " ../archive-L.out | %s -i >unpack-L.out 2>unpack-L.err", testprog);
---
> r = systemf(CAT " .." SEP "archive-L.out | %s -i >unpack-L.out 2>unpack-L.err", testprog);
>