Skip to content

Instantly share code, notes, and snippets.

@TooTallNate
Created August 14, 2018 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TooTallNate/ef03dd898145283c62677f1fb8d7918d to your computer and use it in GitHub Desktop.
Save TooTallNate/ef03dd898145283c62677f1fb8d7918d to your computer and use it in GitHub Desktop.
Running `shunit2` shell script tests through `import`
#!/bin/sh
testEquality() {
assertEquals 1 2
}
# Load shUnit2.
eval "`curl -sfLS import.pw`"
import "import.pw/kward/shunit2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment