|
@@ -59,6 +59,7 @@ var listTestsFail = []unsupportedLine{
|
|
|
{"modify=20150806235817;invalid;UNIX.owner=0; movies", "Unsupported LIST line"},
|
|
{"modify=20150806235817;invalid;UNIX.owner=0; movies", "Unsupported LIST line"},
|
|
|
{"Zrwxrwxrwx 1 root other 7 Jan 25 00:17 bin -> usr/bin", "Unknown entry type"},
|
|
{"Zrwxrwxrwx 1 root other 7 Jan 25 00:17 bin -> usr/bin", "Unknown entry type"},
|
|
|
{"total 1", "Unsupported LIST line"},
|
|
{"total 1", "Unsupported LIST line"},
|
|
|
|
|
+ {"", "Unsupported LIST line"},
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func TestParseValidListLine(t *testing.T) {
|
|
func TestParseValidListLine(t *testing.T) {
|