testsuite: Fix test-modprobe
commit1b6736efe6521934e8b8095e1de10f5f5d32dc03
authorAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Mon, 13 Oct 2008 05:23:36 +0000 (13 01:23 -0400)
committerJon Masters <jcm@jonmasters.org>
Mon, 13 Oct 2008 05:23:36 +0000 (13 01:23 -0400)
treed3c84822c72a08e91573d4b6a6324c6a61950bbb
parent542febdbd4b00ce5a621401e79bb409a3668f9b8
testsuite: Fix test-modprobe

This is required for "make check" to succeed on my system

02proc.sh relied on multi-line string comparisons ignoring lines after the
first. This doesn't work on my system in either /bin/sh or /bin/bash.

Signed-off-by: Jon Masters <jcm@jonmasters.org>
tests/test-modprobe/02proc.sh