diff options
Diffstat (limited to 'tests/posix')
-rw-r--r-- | tests/posix/iname.out | 4 | ||||
-rw-r--r-- | tests/posix/iname.sh | 1 |
2 files changed, 5 insertions, 0 deletions
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*' |