diff mbox series

fstests: btrfs/190: Fix a typo for seqres.full

Message ID 20190530012815.11053-1-wqu@suse.com (mailing list archive)
State New, archived
Headers show
Series fstests: btrfs/190: Fix a typo for seqres.full | expand

Commit Message

Qu Wenruo May 30, 2019, 1:28 a.m. UTC
$seqref.full -> $seqres.full

Signed-off-by: Qu Wenruo <wqu@suse.com>
---
 tests/btrfs/190 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tests/btrfs/190 b/tests/btrfs/190
index a594c6319060..7d3d300737c2 100755
--- a/tests/btrfs/190
+++ b/tests/btrfs/190
@@ -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