]> arthur.barton.de Git - bup.git/commit
t/test.sh: Fix a test for 'split' on solaris
authorGabriel Filion <lelutin@gmail.com>
Fri, 28 Jan 2011 06:14:08 +0000 (01:14 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 1 Feb 2011 05:30:41 +0000 (21:30 -0800)
commit93b034ca7e50bc0341a7909d0992cf3d5ff12da3
treede7d8ddf464462fd693e10e701bda0acf7570679
parent3101ae3f0febd98d2f1a110c7ee76fe3182b1ef2
t/test.sh: Fix a test for 'split' on solaris

When looking at output from a test run on Solaris, one test in the
'split' suite showed up as OK but was actually showing a diff
invocation error.

The -q argument (for quiet) does not exist on the version of diff that
is installed on Solaris. Since wvtest intercepts output from tested
commands, the -q argument is actually not needed. Remove the argument in
order to make the test execute correctly under all operating systems
that were tested thus far.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
t/test.sh