Skip to content

Commit

Permalink
Fix apt test
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyLemon committed Feb 14, 2017
1 parent 782cd7d commit 6bf6ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/apt.coffee
Expand Up @@ -17,5 +17,5 @@ describe 'apt.coffee', ->
it 'test .aptf evp.h', (done)->
bot.test ".aptf evp.h", (msg)->
expect(msg).to.be.a('string')
msg.should.equal '/usr/include/xmlsec1/xmlsec/openssl/evp.h > libxmlsec1-dev\n/usr/include/openssl/evp.h > libssl-dev\n/usr/include/heimdal/hcrypto/evp.h > heimdal-multidev\n/usr/include/hcrypto/evp.h > heimdal-dev'
msg.should.equal '/usr/include/xmlsec1/xmlsec/openssl/evp.h > libxmlsec1-dev\n/usr/include/wolfssl/openssl/evp.h > libwolfssl-dev [not ppc64el]\n/usr/include/openssl/evp.h > libssl-dev\n/usr/include/heimdal/hcrypto/evp.h > heimdal-multidev\n/usr/include/cyassl/openssl/evp.h > libwolfssl-dev [not ppc64el]'
done()

0 comments on commit 6bf6ea7

Please sign in to comment.