mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
btrfs/190: Fix a typo for seqres.full
$seqref.full -> $seqres.full Signed-off-by: Qu Wenruo <wqu@suse.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ _log_writes_remove
|
||||
cur=$(_log_writes_find_next_fua 0)
|
||||
echo "cur=$cur" >> $seqres.full
|
||||
while [ ! -z "$cur" ]; do
|
||||
_log_writes_replay_log_range $cur $SCRATCH_DEV >> $seqref.full
|
||||
_log_writes_replay_log_range $cur $SCRATCH_DEV >> $seqres.full
|
||||
|
||||
# Test that no crashes happen or any other kind of failure.
|
||||
_scratch_mount
|
||||
|
||||
Reference in New Issue
Block a user