aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-clopts.sh
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-11-21 19:04:21 +0000
committerGuy Harris <guy@alum.mit.edu>2012-11-21 19:04:21 +0000
commitf3792fdf6beb5b8fbb5ff5525771b1db01031764 (patch)
tree6efa8c478492a5b2ddd4a7299d7b44d13df9d383 /test/suite-clopts.sh
parent7714813e0ea3d5b347fcf6e01caff6b67131b9d0 (diff)
Make the error message for "we didn't get the error message we expected"
clearer - it's not as if we didn't expect to get an error message, we just didn't expect to get *that particular* error message. svn path=/trunk/; revision=46118
Diffstat (limited to 'test/suite-clopts.sh')
-rwxr-xr-xtest/suite-clopts.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/suite-clopts.sh b/test/suite-clopts.sh
index 3b93386f0d..3ad0859481 100755
--- a/test/suite-clopts.sh
+++ b/test/suite-clopts.sh
@@ -102,7 +102,7 @@ clopts_step_dumpcap_invalid_capfilter() {
test_step_ok
else
test_step_output_print ./testout.txt
- test_step_failed "Unexpected error message"
+ test_step_failed "Error message wasn't what we expected"
fi
fi
}
@@ -120,7 +120,7 @@ clopts_step_dumpcap_invalid_interfaces() {
test_step_ok
else
test_step_output_print ./testout.txt
- test_step_failed "Unexpected error message"
+ test_step_failed "Error message wasn't what we expected"
fi
fi
}
@@ -138,7 +138,7 @@ clopts_step_dumpcap_invalid_interfaces_index() {
test_step_ok
else
test_step_output_print ./testout.txt
- test_step_failed "Unexpected error message"
+ test_step_failed "Error message wasn't what we expected"
fi
fi
}
@@ -221,7 +221,7 @@ clopts_step_tshark_invalid_capfilter() {
test_step_ok
else
test_step_output_print ./testout.txt
- test_step_failed "Unexpected error message"
+ test_step_failed "Error message wasn't what we expected"
fi
fi
}
@@ -239,7 +239,7 @@ clopts_step_tshark_invalid_interfaces() {
test_step_ok
else
test_step_output_print ./testout.txt
- test_step_failed "Unexpected error message"
+ test_step_failed "Error message wasn't what we expected"
fi
fi
}
@@ -257,7 +257,7 @@ clopts_step_tshark_invalid_interfaces_index() {
test_step_ok
else
test_step_output_print ./testout.txt
- test_step_failed "Unexpected error message"
+ test_step_failed "Error message wasn't what we expected"
fi
fi
}