Make e2e pass on v4

This commit is contained in:
Tim Hockin 2021-06-22 10:18:27 -07:00
parent 16c89cec6f
commit 9b1bfc7a97
1 changed files with 2 additions and 3 deletions

View File

@ -315,7 +315,7 @@ git -C "$ROOT/subdir" init >/dev/null
GIT_SYNC \
--one-time \
--repo="file://$REPO" \
--branch=master \
--branch=e2e-branch \
--rev=HEAD \
--root="$ROOT/subdir/root" \
--link="link" \
@ -340,7 +340,7 @@ echo "ref: refs/heads/nonexist" > "$ROOT/.git/HEAD"
GIT_SYNC \
--one-time \
--repo="file://$REPO" \
--branch=master \
--branch=e2e-branch \
--rev="HEAD" \
--root="$ROOT" \
--link="link" \
@ -354,7 +354,6 @@ pass
## FIXME: test when repo is valid git, but wrong remote
## FIXME: test when repo is valid git, but not ar ref we need
## FIXME: test when repo is valid git, and is already correct
exit 42
##############################################
# Test default syncing (master)