From 6fa72ff42d95dfd883d59ce7cf6bdc74abebf015 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 26 May 2025 10:35:24 -0400 Subject: tests/posix: Add a test for POSIX bug 1859 ... which requires we process root paths strictly in-order. --- tests/posix/root_order.out | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/posix/root_order.out (limited to 'tests/posix/root_order.out') diff --git a/tests/posix/root_order.out b/tests/posix/root_order.out new file mode 100644 index 0000000..ea94276 --- /dev/null +++ b/tests/posix/root_order.out @@ -0,0 +1,4 @@ +basic/a +basic/b +basic/c/d +basic/e/f -- cgit v1.2.3