Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
test_terminal: ensure redirections work reliably
[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 7c08e99c4854bdeb98c0342a79f05c9507605847..e35d7811acc60415e38e58866b5488938d0372a4 100755
(executable)
--- a/
t/t3302-notes-index-expensive.sh
+++ b/
t/t3302-notes-index-expensive.sh
@@
-96,7
+96,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
}