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/common | |
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/common')
-rw-r--r-- | tests/common/iname.out | 4 | ||||
-rw-r--r-- | tests/common/iname.sh | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/tests/common/iname.out b/tests/common/iname.out deleted file mode 100644 index a9e5d42..0000000 --- a/tests/common/iname.out +++ /dev/null @@ -1,4 +0,0 @@ -basic/e/f -basic/j/foo -basic/k/foo -basic/l/foo 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*' |