mirror of
https://github.com/kopia/kopia.git
synced 2026-05-04 12:53:26 -04:00
test: fixed end_to_end_test
This commit is contained in:
@@ -263,7 +263,7 @@ func trimOutput(s string) string {
|
||||
|
||||
}
|
||||
func listSnapshotsAndExpectSuccess(t *testing.T, e *testenv, targets ...string) []sourceInfo {
|
||||
lines := e.runAndExpectSuccess(t, append([]string{"snapshot", "list", "-a"}, targets...)...)
|
||||
lines := e.runAndExpectSuccess(t, append([]string{"snapshot", "list", "-l"}, targets...)...)
|
||||
return mustParseSnapshots(t, lines)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user