From befdbfff3155ea5ae2fa6519cf011a2080b024be Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Fri, 13 Oct 2023 13:31:23 -0700 Subject: [PATCH] Remove errant use of --period with --one-time --- test_e2e.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test_e2e.sh b/test_e2e.sh index 23d625f..01039f0 100755 --- a/test_e2e.sh +++ b/test_e2e.sh @@ -763,7 +763,6 @@ function e2e::stale_worktree_timeout_restart() { git -C "$REPO" commit -qam "$FUNCNAME" WT1=$(git -C "$REPO" rev-list -n1 HEAD) GIT_SYNC \ - --period=100ms \ --repo="file://$REPO" \ --root="$ROOT" \ --link="link" \ @@ -782,7 +781,6 @@ function e2e::stale_worktree_timeout_restart() { # restart git-sync GIT_SYNC \ - --period=100ms \ --repo="file://$REPO" \ --root="$ROOT" \ --link="link" \ @@ -806,7 +804,6 @@ function e2e::stale_worktree_timeout_restart() { # restart git-sync GIT_SYNC \ - --period=100ms \ --repo="file://$REPO" \ --root="$ROOT" \ --link="link" \ @@ -832,7 +829,6 @@ function e2e::stale_worktree_timeout_restart() { # wait for WT1 to go stale and restart git-sync sleep 8 GIT_SYNC \ - --period=100ms \ --repo="file://$REPO" \ --root="$ROOT" \ --link="link" \ @@ -858,7 +854,6 @@ function e2e::stale_worktree_timeout_restart() { # wait for WT2 to go stale and restart git-sync sleep 4 GIT_SYNC \ - --period=100ms \ --repo="file://$REPO" \ --root="$ROOT" \ --link="link" \