updated bits for cygwin, but not working with the openssl yet.
[feisty_meow.git] / scripts / shunit / example_shunit_test.sh
old mode 100755 (executable)
new mode 100644 (file)
index e33b9c3..ce84616
@@ -3,8 +3,9 @@
 # An example of using shunit2.
 #
 # Author: Chris Koeritz
+# license gnu gpl v3
 
-export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )"  # obtain the script's working directory.
+export WORKDIR="$( \cd "$(\dirname "$0")" && /bin/pwd )"  # obtain the script's working directory.
 if [[ ! "$0" =~ ^/.* ]]; then
   # re-run the script with an absolute path if it didn't start out that way; otherwise,
   # shunit is not happy with finding the script.