projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb678c7
)
added licensing on example file.
author
Chris Koeritz
<fred@gruntose.com>
Sat, 12 May 2012 17:08:43 +0000
(13:08 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Sat, 12 May 2012 17:08:43 +0000
(13:08 -0400)
scripts/shunit/example_shunit_test.sh
patch
|
blob
|
history
diff --git
a/scripts/shunit/example_shunit_test.sh
b/scripts/shunit/example_shunit_test.sh
index cc6c1bb3d2cdf6bfd7dbf645738398c7fc165653..4b3482adf9b435855a71db60c3ab640937ab8d35 100755
(executable)
--- a/
scripts/shunit/example_shunit_test.sh
+++ b/
scripts/shunit/example_shunit_test.sh
@@
-3,6
+3,7
@@
# An example of using shunit2.
#
# Author: Chris Koeritz
+# license gnu gpl v3
export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )" # obtain the script's working directory.
if [[ ! "$0" =~ ^/.* ]]; then