tests: Fix quoting in data-in tests.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 8 Apr 2011 04:37:37 +0000 (21:37 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 8 Apr 2011 04:37:54 +0000 (21:37 -0700)
Without [[ ]] around the test commands, m4 swallows the inner [] in
the sed argument, causing the substitution to be ineffective.

Reported by Jeremy Lavergne <jeremy@lavergne.gotdns.org>.


No differences found