Skip to content
Yourself edited this page Sep 17, 2015 · 22 revisions

if $(unzip -l .tmp_docs.zip; then echo "Good"; fi;

http://i.imgur.com/VX85WIE.png http://imgur.com/delete/npq48RQUWcx4A55

http://i.imgur.com/jY7A8kc.png http://imgur.com/delete/v3Bvzto9S8a5vBJ

http://i.imgur.com/LY7yErF.png http://imgur.com/delete/vT1QbDEi93leOVU

/**

  • Simply verifies that true equals true
  • @name sanityCheckEQ
  • @memberof Tinytest
  • @function
  • @param test {Tinytest} Check Equality
  • @return {None} */ Tinytest.add('Check Equality', function sanityCheckEQ(test) { test.equal(true, true); });

/**

  • [sanityCheckNEQ description]
  • @param {[type]} test) { test.notEqual(true, false);} [description]
  • @return {[type]} [description] */
Clone this wiki locally