Permalink
Browse files

Fix apt test

  • Loading branch information...
1 parent 782cd7d commit 6bf6ea7410d68f1aaf50703a2c1baabc887ed6e2 @CrazyLemon CrazyLemon committed Feb 14, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 test/apt.coffee
View
@@ -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.