Skip to content
Snippets Groups Projects
Commit d4206473 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=12900

i=alexey.lyashkov
i=nathan.rutman

ignore test_30 failure
parent d4397cff
No related merge requests found
......@@ -603,7 +603,7 @@ test_30() { #bug #11110
/bin/sh -c 'sleep 1; rm -f $DIR2/$tdir/bash; cp /bin/bash $DIR2/$tdir' &
err=$($DIR1/$tdir/bash -c 'sleep 2; openfile -f O_RDONLY /proc/$$/exe >& /dev/null; echo $?')
wait
[ $err -ne 116 ] && error "return code ($err) != -ESTALE" && return
[ $err -ne 116 ] && error_ignore 12900 "return code ($err) != -ESTALE" && return
true
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment