added 'squished on' phrase to file names.
[feisty_meow.git] / scripts / shunit / example_shunit_test.sh
index e33b9c3881f954f41cf42d6bf86abf165d9cac13..ce84616c98f4a66c7ca1a8af52b95e67238ab936 100755 (executable)
@@ -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.