Skip to content

Commit

Permalink
t3302 (notes): Port to Solaris
Browse files Browse the repository at this point in the history
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 <avarab@gmail.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jonathan Nieder authored and Junio C Hamano committed Aug 24, 2010
1 parent 22e5e58 commit 6325ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t3302-notes-index-expensive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 6325ca3

Please sign in to comment.