Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 264455
Collapse All | Expand All

(-)coreutils-7.2-orig/tests/mv/i-3 (+3 lines)
Lines 35-40 fail=0 Link Here
35
ls /dev/stdin >/dev/null 2>&1 \
35
ls /dev/stdin >/dev/null 2>&1 \
36
  || skip_test_ 'there is no /dev/stdin file'
36
  || skip_test_ 'there is no /dev/stdin file'
37
37
38
test -r /dev/stdin \
39
  || skip_test_ '/dev/stdin is not readable'
40
38
mv f g < /dev/stdin > out 2>&1 & pid=$!
41
mv f g < /dev/stdin > out 2>&1 & pid=$!
39
sleep 1
42
sleep 1
40
kill $pid
43
kill $pid

Return to bug 264455