summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-08-24 18:02:04 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-08-24 18:02:04 (GMT)
commitb5442ca101c2d2b6eacaf3428505e5006f2218ae (patch)
tree150e6d1da822cb496e0e7ee0b3d856a2c6de5dbe /t
parent25641fcdb0d31130fadd649861035cc7db859cf7 (diff)
parentef45e4dae0a0f45fc72b7cd34b32dd465a38697d (diff)
downloadgit-b5442ca101c2d2b6eacaf3428505e5006f2218ae.zip
git-b5442ca101c2d2b6eacaf3428505e5006f2218ae.tar.gz
git-b5442ca101c2d2b6eacaf3428505e5006f2218ae.tar.bz2
Merge branch 'maint'
* maint: parse-options: clarify PARSE_OPT_NOARG description t3302 (notes): Port to Solaris
Diffstat (limited to 't')
-rwxr-xr-xt/t3302-notes-index-expensive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3302-notes-index-expensive.sh b/t/t3302-notes-index-expensive.sh
index 361a10a..8ab333d 100755
--- a/t/t3302-notes-index-expensive.sh
+++ b/t/t3302-notes-index-expensive.sh
@@ -98,7 +98,7 @@ time_notes () {
for mode in no-notes notes
do
echo $mode
- /usr/bin/time sh ../time_notes $mode $1
+ /usr/bin/time "$SHELL_PATH" ../time_notes $mode $1
done
}