Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/sbin/resize_ffs Fix typo



details:   https://anonhg.NetBSD.org/src/rev/47302120aed6
branches:  trunk
changeset: 745792:47302120aed6
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Mar 12 18:08:54 2020 +0000

description:
Fix typo

diffstat:

 tests/sbin/resize_ffs/common.sh |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6e126f522307 -r 47302120aed6 tests/sbin/resize_ffs/common.sh
--- a/tests/sbin/resize_ffs/common.sh   Thu Mar 12 15:56:44 2020 +0000
+++ b/tests/sbin/resize_ffs/common.sh   Thu Mar 12 18:08:54 2020 +0000
@@ -140,7 +140,7 @@
                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



Home | Main Index | Thread Index | Old Index