]> git.notmuchmail.org Git - notmuch/blobdiff - performance-test/notmuch-memory-test
test: copyright information updates
[notmuch] / performance-test / notmuch-memory-test
index 3cf28c7f5b78ea6385b76642a9eee9b06789b175..047aac70724601dd0c84e2c1df9d5cbe064960a7 100755 (executable)
@@ -3,6 +3,7 @@
 # Run tests
 #
 # Copyright (c) 2005 Junio C Hamano
+# Copyright (c) 2010 Notmuch Developers
 #
 # Adapted from a Makefile to a shell script by Carl Worth (2010)
 
@@ -14,7 +15,7 @@ if [ ${BASH_VERSINFO[0]} -lt 4 ]; then
     exit 1
 fi
 
-cd $(dirname "$0")
+cd "$(dirname "$0")"
 
 for test in M*.sh; do
     ./"$test" "$@"