mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
ls -l reports different file size depending on platform and user. Replaced with ls -s and stat.
Merge of xfs-cmds-melb:slinx:20309a by kenmcd. Changed ls -l to stat and updated filter accord.
This commit is contained in:
@@ -3,7 +3,7 @@ dd a largefile at offset 4294967297
|
||||
10+0 records in
|
||||
10+0 records out
|
||||
ls dumpdir/largefile
|
||||
4294967307 largefile
|
||||
22 largefile
|
||||
Dumping to file...
|
||||
xfsdump -f DUMP_FILE -M stress_tape_media -L stress_066 SCRATCH_MNT
|
||||
xfsdump: using file dump (drive_simple) strategy
|
||||
@@ -41,4 +41,4 @@ xfsrestore: restoring non-directory files
|
||||
xfsrestore: restore complete: SECS seconds elapsed
|
||||
xfsrestore: Restore Status: SUCCESS
|
||||
ls restoredir/largefile
|
||||
4294967307 largefile
|
||||
22 largefile
|
||||
|
||||
Reference in New Issue
Block a user