Skip to content

Commit

Permalink
t9106: fix a race condition that caused svn to miss modifications
Browse files Browse the repository at this point in the history
carbonated beverage noticed this test was occasionally failing.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
  • Loading branch information
Eric Wong committed Nov 22, 2007
1 parent d794d9e commit 8d92f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/t9106-git-svn-dcommit-clobber-series.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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' &&
Expand Down

0 comments on commit 8d92f24

Please sign in to comment.