mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
34 lines
1.3 KiB
Diff
34 lines
1.3 KiB
Diff
--- libcdio-0.94/test/driver/realpath.c.old 2015-05-08 06:40:54.000000000 -0500
|
|
+++ libcdio-0.94/test/driver/realpath.c 2017-10-07 02:03:01.832979859 -0500
|
|
@@ -155,6 +155,7 @@
|
|
check_rc(unlink(psz_symlink_file), "unlink", psz_symlink_file);
|
|
}
|
|
|
|
+#if 0 /* This test requires undefined behaviour in realpath(3). */
|
|
/* Make sure we handle a cyclic symbolic name, e.g. xx -> xx */
|
|
cdio_realpath(psz_symlink_file, symlink_file);
|
|
rc = check_rc(symlink(psz_symlink_file, psz_symlink_file),
|
|
@@ -168,6 +169,7 @@
|
|
}
|
|
check_rc(unlink(psz_symlink_file), "unlink", psz_symlink_file);
|
|
}
|
|
+#endif
|
|
|
|
}
|
|
|
|
--- libcdio-0.94/test/malformed.right.old 2015-05-07 23:25:02.000000000 -0500
|
|
+++ libcdio-0.94/test/malformed.right 2017-10-07 02:08:17.898937537 -0500
|
|
@@ -1,3 +1,3 @@
|
|
-Error getting above directory information
|
|
__________________________________
|
|
+Error getting above directory information
|
|
ISO-9660 Information
|
|
--- libcdio-0.94/test/malformed2.right.old 2015-05-08 05:54:32.000000000 -0500
|
|
+++ libcdio-0.94/test/malformed2.right 2017-10-07 02:09:46.362072631 -0500
|
|
@@ -1,5 +1,5 @@
|
|
-Error getting above directory information
|
|
__________________________________
|
|
+Error getting above directory information
|
|
ISO-9660 Information
|
|
2048 /a
|
|
0 /b.txt
|