Added missing "to" to failure message

env
Mike Gerwitz 2014-05-12 23:45:38 -04:00
parent 18843d855a
commit 7a1409f7af
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ and()
# later processing. # later processing.
fail() fail()
{ {
echo "expected $*" >&2 echo "expected to $*" >&2
echo ' stdout:' echo ' stdout:'
sed 's/^/ /g' <<< "$__spec_result" sed 's/^/ /g' <<< "$__spec_result"