Skip to content

Commit 6325ca3

Browse files
jrngitster
authored andcommitted
t3302 (notes): Port to Solaris
The time_notes script, which uses POSIX shell features, is currently sometimes run with a non-POSIX /bin/sh. Reported-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 22e5e58 commit 6325ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3302-notes-index-expensive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ time_notes () {
9898
for mode in no-notes notes
9999
do
100100
echo $mode
101-
/usr/bin/time sh ../time_notes $mode $1
101+
/usr/bin/time "$SHELL_PATH" ../time_notes $mode $1
102102
done
103103
}
104104

0 commit comments

Comments
 (0)