1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-09 00:00:02 +01:00

add the changelog/unreleased/pull-5255 file.

This commit is contained in:
Winfried Plappert 2025-02-21 19:03:42 +00:00
parent 11c1fe3f94
commit 2846b96c63

View file

@ -0,0 +1,8 @@
Change: add a test to cmd_ls_integration_test.go: test `rest ls --json`
Create backup of 0/for_cmd_ls, which contains only a few files.
Compare first line of ls --json oytput with snapshotID coming back from
`testRunList()`.
Compare node.Path with expected results list.
https://github.com/restic/restic/pull/5255