INN commit: trunk/tests/util (inndf.t)
INN Commit
rra at isc.org
Tue Nov 24 07:19:01 UTC 2020
Date: Monday, November 23, 2020 @ 23:19:00
Author: iulius
Revision: 10427
Add OpenBSD to the list of BSD OS in inndf test suite
Modified:
trunk/tests/util/inndf.t
---------+
inndf.t | 1 +
1 file changed, 1 insertion(+)
Modified: inndf.t
===================================================================
--- inndf.t 2020-11-23 19:24:56 UTC (rev 10426)
+++ inndf.t 2020-11-24 07:19:00 UTC (rev 10427)
@@ -58,6 +58,7 @@
real=`df -i . | sed 1d | tr -d '\r\n' | awk '{ print $8 }'`
elif [ "${UNAME_SYSTEM}" = "FreeBSD" ] \
|| [ "${UNAME_SYSTEM}" = "NetBSD" ] \
+ || [ "${UNAME_SYSTEM}" = "OpenBSD" ] \
|| [ "${UNAME_SYSTEM}" = "Darwin" ] ; then
real=`df -i . | sed 1d | tr -d '\r\n' | awk '{ print $7 }'`
else
More information about the inn-committers
mailing list