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

b=12900

i=alexey.lyashkov
i=nathan.rutman

ignore test_30 failure
parent 8133010a
No related branches found
No related tags found
No related merge requests found
...@@ -582,7 +582,7 @@ test_30() { #bug #11110 ...@@ -582,7 +582,7 @@ test_30() { #bug #11110
/bin/sh -c 'sleep 1; rm -f $DIR2/$tdir/bash; cp /bin/bash $DIR2/$tdir' & /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 $?') err=$($DIR1/$tdir/bash -c 'sleep 2; openfile -f O_RDONLY /proc/$$/exe >& /dev/null; echo $?')
wait wait
[ $err -ne 116 ] && error "return code ($err) != -ESTALE" && return [ $err -ne 116 ] && error_ignore 12900 "return code ($err) != -ESTALE" && return
true 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