From 06b78a74dfd0943ff97cbf8b49f7d3591a4dc5d4 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 8 Jul 2024 10:24:31 -0400 Subject: tests: -iname is in POSIX 2024 Link: https://www.austingroupbugs.net/view.php?id=1031 --- tests/posix/iname.out | 4 ++++ tests/posix/iname.sh | 1 + 2 files changed, 5 insertions(+) create mode 100644 tests/posix/iname.out create mode 100644 tests/posix/iname.sh (limited to 'tests/posix') diff --git a/tests/posix/iname.out b/tests/posix/iname.out new file mode 100644 index 0000000..a9e5d42 --- /dev/null +++ b/tests/posix/iname.out @@ -0,0 +1,4 @@ +basic/e/f +basic/j/foo +basic/k/foo +basic/l/foo diff --git a/tests/posix/iname.sh b/tests/posix/iname.sh new file mode 100644 index 0000000..a9297ac --- /dev/null +++ b/tests/posix/iname.sh @@ -0,0 +1 @@ +bfs_diff basic -iname '*F*' -- cgit v1.2.3