Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libarchive Improve sentence



details:   https://anonhg.NetBSD.org/src/rev/0c389f43e5e7
branches:  trunk
changeset: 934686:0c389f43e5e7
user:      sevan <sevan%NetBSD.org@localhost>
date:      Tue Jun 16 09:47:11 2020 +0000

description:
Improve sentence

diffstat:

 tests/lib/libarchive/t_libarchive.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 707cd969d5fe -r 0c389f43e5e7 tests/lib/libarchive/t_libarchive.sh
--- a/tests/lib/libarchive/t_libarchive.sh      Tue Jun 16 07:59:07 2020 +0000
+++ b/tests/lib/libarchive/t_libarchive.sh      Tue Jun 16 09:47:11 2020 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: t_libarchive.sh,v 1.5 2020/06/16 07:59:07 martin Exp $
+#       $NetBSD: t_libarchive.sh,v 1.6 2020/06/16 09:47:11 sevan Exp $
 #
 # Copyright (c) 2020 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -37,7 +37,7 @@
 {
        local m=$(( $( sysctl -n hw.usermem64 ) / 1024 / 1024 ))
        if [ $m -lt 400 ]; then
-               atf_skip "too few RAM"
+               atf_skip "Not enough RAM"
        fi
        local ncpu=$( sysctl -n hw.ncpuonline )
        if [ $ncpu -lt 2 ]; then



Home | Main Index | Thread Index | Old Index