tests: remove depmod --unknown option test
commitafcee63b2654d669a9ef12e87a8e1990ac5702a4
authorAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Mon, 15 Jun 2009 08:15:28 +0000 (15 09:15 +0100)
committerAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Mon, 15 Jun 2009 08:15:28 +0000 (15 09:15 +0100)
tree1817580bea9070aa2809c8444dfbf8cd24e86514
parent22604fda4de92559b108cde7df298a5d0627fa0e
tests: remove depmod --unknown option test

depmod no longer handles unknown or malformed options itself.  The error
message is now generated by getopt, so we don't need to test for it.
It turns out that different versions of getopt can generate slightly
different error messages, so the test will do more harm than good.

Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
tests/test-depmod/10badcommand.sh [deleted file]