diff options
Diffstat (limited to 'tests/017')
-rw-r--r-- | tests/017/glob-carray.expected | 4 | ||||
-rw-r--r-- | tests/017/glob-zarray.expected | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/017/glob-carray.expected b/tests/017/glob-carray.expected index ac1290e3..cf4b8a5e 100644 --- a/tests/017/glob-carray.expected +++ b/tests/017/glob-carray.expected @@ -1,4 +1,4 @@ 0 -#S(glob-t pathc 4 pathv #<carray 4 #<ffi-type str-d>> reserve 0) +#S(glob-t pathc 5 pathv #<carray 5 #<ffi-type str-d>> reserve 0) #("tests/001/query-1.txr" "tests/001/query-2.txr" "tests/001/query-3.txr" - "tests/001/query-4.txr") + "tests/001/query-4.txr" "tests/001/query-5.txr") diff --git a/tests/017/glob-zarray.expected b/tests/017/glob-zarray.expected index cd54b421..f15829ea 100644 --- a/tests/017/glob-zarray.expected +++ b/tests/017/glob-zarray.expected @@ -1,4 +1,4 @@ 0 -#S(glob-t pathc 4 pathv #("tests/001/query-1.txr" "tests/001/query-2.txr" "tests/001/query-3.txr" - "tests/001/query-4.txr") +#S(glob-t pathc 5 pathv #("tests/001/query-1.txr" "tests/001/query-2.txr" "tests/001/query-3.txr" + "tests/001/query-4.txr" "tests/001/query-5.txr") reserve 0) |