diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-15 10:29:53 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-15 10:29:53 +0000 |
| commit | 9b6d9881852b897a19113e3ab346b2593665e4c6 (patch) | |
| tree | 688ca75be597cb354746012277e929b76a6a2f48 /tests | |
| parent | 6d011946c556fcea72449f09bb3d95502db6b3b6 (diff) | |
Notes
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/sys/kern/acct/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/kern/acct/Makefile b/tests/sys/kern/acct/Makefile index d254c5a32413..aced256b4cdc 100644 --- a/tests/sys/kern/acct/Makefile +++ b/tests/sys/kern/acct/Makefile @@ -13,7 +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 's/exp/exponent/g' \ -e '/FLOAT_CONVERSION_START/,/FLOAT_CONVERSION_END/p' ${.ALLSRC} >${.TARGET}.tmp mv ${.TARGET}.tmp ${.TARGET} |
