diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-07-08 10:24:31 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-07-08 10:25:49 -0400 |
commit | 06b78a74dfd0943ff97cbf8b49f7d3591a4dc5d4 (patch) | |
tree | 9a8e3dbf5ad4c8c129ba26799fae03478c7e7eb6 /tests | |
parent | 3206124fb3af2481fc45e705f7bba3ea56016433 (diff) | |
download | bfs-06b78a74dfd0943ff97cbf8b49f7d3591a4dc5d4.tar.xz |
tests: -iname is in POSIX 2024
Link: https://www.austingroupbugs.net/view.php?id=1031
Diffstat (limited to 'tests')
-rw-r--r-- | tests/common/iname.sh | 2 | ||||
-rw-r--r-- | tests/posix/iname.out (renamed from tests/common/iname.out) | 0 | ||||
-rw-r--r-- | tests/posix/iname.sh | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/tests/common/iname.sh b/tests/common/iname.sh deleted file mode 100644 index c25a646..0000000 --- a/tests/common/iname.sh +++ /dev/null @@ -1,2 +0,0 @@ -invoke_bfs -quit -iname PATTERN || skip -bfs_diff basic -iname '*F*' diff --git a/tests/common/iname.out b/tests/posix/iname.out index a9e5d42..a9e5d42 100644 --- a/tests/common/iname.out +++ b/tests/posix/iname.out 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*' |