The branch main has been updated by markj:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=582ce32ff82edab72f8852502e93bcf83f0fb221

commit 582ce32ff82edab72f8852502e93bcf83f0fb221
Author:     Mark Johnston <[email protected]>
AuthorDate: 2022-08-17 19:17:11 +0000
Commit:     Mark Johnston <[email protected]>
CommitDate: 2022-08-17 21:28:00 +0000

    makefs tests: Whitespace fixes
    
    Sponsored by:   The FreeBSD Foundation
---
 usr.sbin/makefs/tests/makefs_zfs_tests.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.sbin/makefs/tests/makefs_zfs_tests.sh 
b/usr.sbin/makefs/tests/makefs_zfs_tests.sh
index 8cd79966c49a..cefeed637ac7 100644
--- a/usr.sbin/makefs/tests/makefs_zfs_tests.sh
+++ b/usr.sbin/makefs/tests/makefs_zfs_tests.sh
@@ -38,7 +38,7 @@ common_cleanup()
 {
        local pool md
 
-        # Try to force a TXG, this can help catch bugs by triggering a panic.
+       # Try to force a TXG, this can help catch bugs by triggering a panic.
        sync
 
        pool=$(cat $TEST_ZFS_POOL_NAME)
@@ -90,7 +90,7 @@ autoexpand_body()
        poolsize1=$(zpool list -Hp -o size $ZFS_POOL_NAME)
        atf_check [ $((poolsize1 + $mssize)) -eq $poolsize ]
 
-        atf_check zpool online -e $ZFS_POOL_NAME /dev/$(cat 
$TEST_MD_DEVICE_FILE)
+       atf_check zpool online -e $ZFS_POOL_NAME /dev/$(cat 
$TEST_MD_DEVICE_FILE)
 
        check_image_contents
 

Reply via email to