summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/suite-clopts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite-clopts.sh b/test/suite-clopts.sh
index bee45be342..492c3dff6c 100755
--- a/test/suite-clopts.sh
+++ b/test/suite-clopts.sh
@@ -153,7 +153,7 @@ clopts_step_invalid_interface_index() {
if [ ! $RETURNVALUE -eq $EXIT_COMMAND_LINE ]; then
test_step_failed "exit status: $RETURNVALUE"
else
- grep -i 'there is no interface with that adapter index' ./testout.txt > /dev/null
+ grep -i 'There is no interface with that adapter index' ./testout.txt > /dev/null
if [ $? -eq 0 ]; then
test_step_ok
else