X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fshunit%2Fexample_shunit_test.sh;h=9d389bee41a93d6a5b013cd6a951e6ebfb4a4c0b;hb=c72b7521e60f5ca7d2873271767c7ff4fba09bf2;hp=e33b9c3881f954f41cf42d6bf86abf165d9cac13;hpb=4db21103d93decfe3d1d9723f687566a32d7ec63;p=feisty_meow.git diff --git a/scripts/shunit/example_shunit_test.sh b/scripts/shunit/example_shunit_test.sh index e33b9c38..9d389bee 100755 --- 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