Skip to content
Snippets Groups Projects
Commit 44396ef1 authored by Mike Shaver's avatar Mike Shaver
Browse files

Add a tiny sleep to keep from hitting multiop with a signal before it gets set

up for it.
r=coop
parent ba0d551a
No related branches found
No related tags found
No related merge requests found
...@@ -237,6 +237,7 @@ test_11() { ...@@ -237,6 +237,7 @@ test_11() {
mkdir $DIR1/d11 mkdir $DIR1/d11
multiop $DIR1/d11/f O_c & multiop $DIR1/d11/f O_c &
MULTIPID=$! MULTIPID=$!
usleep 200
cp -p /bin/ls $DIR1/d11/f cp -p /bin/ls $DIR1/d11/f
$DIR2/d11/f $DIR2/d11/f
RC=$? RC=$?
......
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