Description: The test is trying to push changes without committing them which
is also clear with the message
	! local repository has uncommitted changes. Exit.
  	Run 'yarsync status' for more details.
Author: Nilesh Patra <nilesh@debian.org>
Last-Update: 2022-08-28
--- a/tests/test_pull_push.py
+++ b/tests/test_pull_push.py
@@ -59,6 +59,8 @@
     local_d.write_text("c\n")
 
     os.chdir(local)
+    ys_commit = YARsync(["yarsync", "commit"])
+    ys_commit()
     ys_push = YARsync(["yarsync", "push", "origin"])
     # if you have problems during push because of uncommitted changes,
     # this might be because of hard links broken by git.
