From Richard van der Hoff:

An error message has been changed, such that the commandline options 
test doesn't work any more.

This patch fixes the test accordingly.

svn path=/trunk/; revision=18827
This commit is contained in:
Anders Broman 2006-08-02 20:01:20 +00:00
parent 65eea307fa
commit fbb3dc9bd0
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ clopts_step_invalid_interface() {
if [ ! $RETURNVALUE -eq $EXIT_OK ]; then
test_step_failed "exit status: $RETURNVALUE"
else
grep -i 'The capture session could not be initiated!' ./testout.txt > /dev/null
grep -i 'The capture session could not be initiated' ./testout.txt > /dev/null
if [ $? -eq 0 ]; then
test_step_ok
else