Browse Source

Tweak the 'not found' check

pull/550/head
Tim Kimber 6 years ago
parent
commit
065356bcc8
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/test_helper.bash

+ 1
- 1
test/test_helper.bash View File

@ -13,7 +13,7 @@ check_output_for_errors() {
refute_output --regexp '[Ee][Rr][Rr][Oo][Rr]'
refute_output --regexp '[Ww][Aa][Rr][Nn][Ii][Nn][Gg]'
fi
refute_output --partial 'not found'
refute_line --partial 'command not found'
}
cleanup_environment() {


Loading…
Cancel
Save