From 70a827899c5b326739f40688f355fc20a30dfdd7 Mon Sep 17 00:00:00 2001
From: Tavian Barnes <tavianator@tavianator.com>
Date: Sun, 23 Jun 2019 10:36:25 -0400
Subject: bftw: Queue individual files in depth-first mode

This makes the order be truly depth-first.
---
 tests/test_execdir_ulimit.out | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 tests/test_execdir_ulimit.out

(limited to 'tests')

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
-- 
cgit v1.2.3