Skip to content

Commit b4a16ef

Browse files
committed
fix create dir error in test
1 parent 6870be1 commit b4a16ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_task(self):
3434
'exclude': '',
3535
'time': '* */2 * * *',
3636
'rsyncdir': 'archlinux/',
37-
'localdir': '/home/mirror/archlinux',
37+
'localdir': '/tmp/mirror/archlinux',
3838
'args': '--links --hard-links --times --verbose --delete --recursive',
3939
'twostage': '0',
4040
'timeout': '2h',

0 commit comments

Comments
 (0)