Remove errant use of --period with --one-time

This commit is contained in:
Tim Hockin 2023-10-13 13:31:23 -07:00
parent 1a5daeaf43
commit befdbfff31
1 changed files with 0 additions and 5 deletions

View File

@ -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" \