From 2846b96c6325e5c155225e5652358891ba5b9388 Mon Sep 17 00:00:00 2001 From: Winfried Plappert Date: Fri, 21 Feb 2025 19:03:42 +0000 Subject: [PATCH] add the changelog/unreleased/pull-5255 file. --- changelog/unreleased/pull-5255 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/pull-5255 diff --git a/changelog/unreleased/pull-5255 b/changelog/unreleased/pull-5255 new file mode 100644 index 000000000..e3ce5acd5 --- /dev/null +++ b/changelog/unreleased/pull-5255 @@ -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