From 9f03a9a9ae6654f8e9ec5d6bb4f27e6210e832ac Mon Sep 17 00:00:00 2001 From: Luis Henriques Date: Mon, 26 Jun 2017 17:40:52 +0100 Subject: [PATCH] generic/430: Fix filename in "copy beyond end" test The cmp command was using the wrong file to perform the comparison. Use $testdir/beyond instead of $testdir/end. Signed-off-by: Luis Henriques Reviewed-by: David Disseldorp Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- tests/generic/430 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/430 b/tests/generic/430 index 2ec126db..5d6b8d6c 100755 --- a/tests/generic/430 +++ b/tests/generic/430 @@ -87,7 +87,7 @@ md5sum $testdir/{file,end} | _filter_test_dir echo "Copy beyond end of original file" $XFS_IO_PROG -f -c "copy_range -s 4000 -l 2000 $testdir/file" "$testdir/beyond" -cmp -n 1000 $testdir/file $testdir/end 4000 +cmp -n 1000 $testdir/file $testdir/beyond 4000 echo "md5sums after copying beyond:" md5sum $testdir/{file,beyond} | _filter_test_dir -- 2.39.5