Code

Avoid ActiveState Perl IO in t800[12]
[git.git] / t / t9104-git-svn-follow-parent.sh
index 400c21cd49b6307eeef6d4d25cb34e612b1d0a71..8d2e2fec395a328f4bf6a65af3c7eba5a98cc133 100755 (executable)
@@ -17,6 +17,7 @@ test_expect_success 'initialize repo' "
        cd wc &&
        echo world >> trunk/readme &&
        svn commit -m 'another commit' &&
+       svn up &&
        svn mv -m 'rename to thunk' trunk thunk &&
        svn up &&
        echo goodbye >> thunk/readme &&