summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--THANKS1
-rwxr-xr-xtests/mv/i-33
2 files changed, 4 insertions, 0 deletions
diff --git a/THANKS b/THANKS
index 665a9ef7e..11f43ac68 100644
--- a/THANKS
+++ b/THANKS
@@ -509,6 +509,7 @@ Santiago Vila Doncel sanvila@unex.es
Savochkin Andrey Vladimirovich saw@msu.ru
Scott Lurndal slurn@griffin.engr.sgi.com
Sébastien Maret smaret@umich.edu
+Sergei Steshenko sergstesh@yahoo.com
Shing-Shong Shei shei@cs.indiana.edu
Soeren Sonnenburg sonnenburg@informatik.hu-berlin.de
Solar Designer solar@owl.openwall.com
diff --git a/tests/mv/i-3 b/tests/mv/i-3
index d1f119c42..738605bd0 100755
--- a/tests/mv/i-3
+++ b/tests/mv/i-3
@@ -35,6 +35,9 @@ fail=0
ls /dev/stdin >/dev/null 2>&1 \
|| skip_test_ 'there is no /dev/stdin file'
+test -r /dev/stdin 2>&1 \
+ || skip_test_ '/dev/stdin is not readable'
+
mv f g < /dev/stdin > out 2>&1 & pid=$!
sleep 1
kill $pid