summaryrefslogtreecommitdiff
path: root/tests/mv/i-3
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/i-3')
-rwxr-xr-xtests/mv/i-32
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/i-3 b/tests/mv/i-3
index 15f25ced8..efac633ef 100755
--- a/tests/mv/i-3
+++ b/tests/mv/i-3
@@ -33,7 +33,7 @@ chmod 0 g i || framework_failure
fail=0
ls /dev/stdin >/dev/null 2>&1 \
- || { (exit 77); exit; }
+ || skip_test_ 'there is no /dev/stdin file'
mv f g < /dev/stdin > out 2>&1 & pid=$!
sleep 1