From 9b1bfc7a97a64123b2a008c062ba6f382b80cbf2 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Tue, 22 Jun 2021 10:18:27 -0700 Subject: [PATCH] Make e2e pass on v4 --- test_e2e.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test_e2e.sh b/test_e2e.sh index a36fa45..b14d192 100755 --- a/test_e2e.sh +++ b/test_e2e.sh @@ -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)