Module Name:    src
Committed By:   martin
Date:           Thu Mar 12 18:08:54 UTC 2020

Modified Files:
        src/tests/sbin/resize_ffs: common.sh

Log Message:
Fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/tests/sbin/resize_ffs/common.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/sbin/resize_ffs/common.sh
diff -u src/tests/sbin/resize_ffs/common.sh:1.15 src/tests/sbin/resize_ffs/common.sh:1.16
--- src/tests/sbin/resize_ffs/common.sh:1.15	Sun Oct  8 21:12:27 2017
+++ src/tests/sbin/resize_ffs/common.sh	Thu Mar 12 18:08:54 2020
@@ -140,7 +140,7 @@ resize_ffs()
 		then
 			atf_skip 'No PUFFS available in kernel'
 		else
-			aft_fail "rump_ffs mount failed: $(tail -r S.Err |
+			atf_fail "rump_ffs mount failed: $(tail -r S.Err |
 				sed -e '/^$/d' -e p -e q )"
 		fi
 	fi

Reply via email to