bug#14477: [PATCH] tests: numfmt: use the printf program, not the shell builtin

2013-05-26 Thread Stefano Lattarini
* tests/misc/numfmt.pl: Here. This avoids a spurious failure when /bin/sh is dash (as can happen on Debian systems). --- tests/misc/numfmt.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/misc/numfmt.pl b/tests/misc/numfmt.pl index 61917fb..553f68b 100644 ---

bug#14477: [PATCH] tests: numfmt: use the printf program, not the shell builtin

2013-05-26 Thread Pádraig Brady
On 05/26/2013 11:06 PM, Stefano Lattarini wrote: * tests/misc/numfmt.pl: Here. This avoids a spurious failure when /bin/sh is dash (as can happen on Debian systems). --- tests/misc/numfmt.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/misc/numfmt.pl