提交 8d92f248 编写于 作者: E Eric Wong

t9106: fix a race condition that caused svn to miss modifications

carbonated beverage noticed this test was occasionally failing.
Signed-off-by: NEric Wong <normalperson@yhbt.net>
上级 d794d9e7
......@@ -22,6 +22,7 @@ test_expect_success '(supposedly) non-conflicting change from SVN' "
cd tmp &&
perl -i -p -e 's/^58\$/5588/' file &&
perl -i -p -e 's/^61\$/6611/' file &&
poke file &&
test x\"\`sed -n -e 58p < file\`\" = x5588 &&
test x\"\`sed -n -e 61p < file\`\" = x6611 &&
svn commit -m '58 => 5588, 61 => 6611' &&
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册