aboutsummaryrefslogtreecommitdiff
path: root/tests/sys
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-15 09:25:33 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-15 09:25:33 +0000
commitd75a7880850137d06e72a9f161dbf3f2850ea54b (patch)
treee082f4f8e18f267e1a7ae6a5781279b8d03f0d26 /tests/sys
parent437999a767914f1e420da3069ad8a45663171fc2 (diff)
downloadsrc-d75a7880850137d06e72a9f161dbf3f2850ea54b.tar.gz
src-d75a7880850137d06e72a9f161dbf3f2850ea54b.zip
Notes
Diffstat (limited to 'tests/sys')
-rw-r--r--tests/sys/kern/acct/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sys/kern/acct/Makefile b/tests/sys/kern/acct/Makefile
index ca3df4c6c703..d254c5a32413 100644
--- a/tests/sys/kern/acct/Makefile
+++ b/tests/sys/kern/acct/Makefile
@@ -13,6 +13,7 @@ acct_test.o: convert.c
convert.c: ${SRCTOP}/sys/kern/kern_acct.c
sed -n -e 's/log(/syslog(/g' \
+ -e 's/exp/expected/g' \
-e '/FLOAT_CONVERSION_START/,/FLOAT_CONVERSION_END/p' ${.ALLSRC} >${.TARGET}.tmp
mv ${.TARGET}.tmp ${.TARGET}