summaryrefslogtreecommitdiff
path: root/check-racy.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2010-12-03 12:28:00 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-12-03 12:28:00 -0800
commit491e359c949ef7b7ed3fd24ba59f1b7e4cc17e87 (patch)
tree7c5820e430274ccae2cc54aea5557f57cd747d16 /check-racy.c
parentfast-import: Allow cat-blob requests at arbitrary points in stream (diff)
downloadtgif-491e359c949ef7b7ed3fd24ba59f1b7e4cc17e87.tar.xz
t9300: remove unnecessary use of /dev/stdin
We really shouldn't be using these funny /dev/* files that did not exist in V7 UNIX in our tests when we do not have to. Output from $ git grep -n -e /dev/ --and --not -e /dev/null t/ tells us that, aside from use of /dev/urandom in apache.conf used in http tests, "dd if=/dev/stdin" added recently to t/t9300-fast-import.sh are the only offenders, and "dd" reads from the standard input by default, so removing them should be straightforward. Reported-by: Thomas Rast <trast@student.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'check-racy.c')
0 files changed, 0 insertions, 0 deletions