diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-03-21 11:48:06 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-03-21 12:05:14 -0400 |
commit | 352b9eaf4479d204c617c68744de9ba075078308 (patch) | |
tree | c67cb5e4389c9ae00e3e748cd1dd8002911f44f8 /tests/test_S_bfs.out | |
parent | aacf8aa796c3120ff65e3c0a2cbdddcf60c1777e (diff) | |
download | bfs-352b9eaf4479d204c617c68744de9ba075078308.tar.xz |
Implement -s flag from FreeBSD find to sort results
Diffstat (limited to 'tests/test_S_bfs.out')
-rw-r--r-- | tests/test_S_bfs.out | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/test_S_bfs.out b/tests/test_S_bfs.out new file mode 100644 index 0000000..bb3cd8d --- /dev/null +++ b/tests/test_S_bfs.out @@ -0,0 +1,19 @@ +basic +basic/a +basic/b +basic/c +basic/e +basic/g +basic/i +basic/j +basic/k +basic/l +basic/c/d +basic/e/f +basic/g/h +basic/j/foo +basic/k/foo +basic/l/foo +basic/k/foo/bar +basic/l/foo/bar +basic/l/foo/bar/baz |