]> git.ipfire.org Git - thirdparty/tar.git/commit
tests: avoid test failure with non-ancient autoconf
authorJim Meyering <jim@meyering.net>
Sun, 25 Mar 2018 20:29:13 +0000 (13:29 -0700)
committerSergey Poznyakoff <gray@gnu.org>
Sat, 7 Apr 2018 07:58:00 +0000 (10:58 +0300)
commitc90c6fee012e53a742ab99f50a28084511218128
tree3963e2828a9005c56bf6effcbfe88bce5fef1b8c
parent0a0242582f134c9994bbad77a57f64d388cf9e19
tests: avoid test failure with non-ancient autoconf

Running "make check" would fail with this:
  T-nonl.at:30: error: m4_divert_push: cannot change diversion
  to `GROW' inside m4_expand
* tests/T-nonl.at: Use printf in place of AS_ECHO_N.
These days, printf should work for everyone.
tests/T-nonl.at