Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t3302 (notes): Port to Solaris
[gitweb.git]
/
t
/
t3302-notes-index-expensive.sh
diff --git
a/t/t3302-notes-index-expensive.sh
b/t/t3302-notes-index-expensive.sh
index 361a10aeb17108049bf0e47b71153800727edd87..8ab333dbd949fe781b5c13b3deab665544763a88 100755
(executable)
--- 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
}