diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-06-23 10:36:25 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-06-25 01:18:47 -0400 |
commit | 70a827899c5b326739f40688f355fc20a30dfdd7 (patch) | |
tree | 43c8885f16c1af67acf3a15ad2bef7e7057d1427 /tests/test_execdir_ulimit.out | |
parent | c1aaaa1d671ed2145f6ba5ef5cb01ee7ae35fd36 (diff) | |
download | bfs-70a827899c5b326739f40688f355fc20a30dfdd7.tar.xz |
bftw: Queue individual files in depth-first mode
This makes the order be truly depth-first.
Diffstat (limited to 'tests/test_execdir_ulimit.out')
-rw-r--r-- | tests/test_execdir_ulimit.out | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/test_execdir_ulimit.out b/tests/test_execdir_ulimit.out new file mode 100644 index 0000000..82fb876 --- /dev/null +++ b/tests/test_execdir_ulimit.out @@ -0,0 +1,31 @@ +./0 +./1 +./2 +./3 +./4 +./5 +./6 +./7 +./8 +./9 +./a +./b +./c +./d +./e +./f +./g +./h +./i +./j +./k +./l +./m +./n +./o +./p +./q +./r +./s +./scratch +./t |