Skip to content

Commit 4ecad03

Browse files
committed
Update disk image.
I ran fsck on it and it wanted to ensure we had two copies of the Volume Label - one as a volume label file in the root and one in the filesystem metadata.
1 parent 2409bdc commit 4ecad03

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

tests/directories.rs

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,16 @@ fn fat16_root_directory_listing() {
9898
},
9999
Some(String::from(".fseventsd")),
100100
),
101+
(
102+
ExpectedDirEntry {
103+
name: String::from("P-FAT16"),
104+
mtime: String::from("2024-10-30 18:43:12"),
105+
ctime: String::from("2024-10-30 18:43:12"),
106+
size: 0,
107+
is_dir: false,
108+
},
109+
None,
110+
),
101111
];
102112

103113
let mut listing = Vec::new();
@@ -266,6 +276,16 @@ fn fat32_root_directory_listing() {
266276
},
267277
Some(String::from(".fseventsd")),
268278
),
279+
(
280+
ExpectedDirEntry {
281+
name: String::from("P-FAT32"),
282+
mtime: String::from("2024-10-30 18:43:16"),
283+
ctime: String::from("2024-10-30 18:43:16"),
284+
size: 0,
285+
is_dir: false,
286+
},
287+
None,
288+
),
269289
(
270290
ExpectedDirEntry {
271291
name: String::from("THISIS~9"),

tests/disk.img.gz

4.46 KB
Binary file not shown.

0 commit comments

Comments
 (0)