]> arthur.barton.de Git - bup.git/blob - lib/bup/t/tconfig.py
Retrieve the dates for all branches with one bulk git call in the VFS.
[bup.git] / lib / bup / t / tconfig.py
1 from helpers import readpipe
2 from wvtest import *
3 import config
4
5
6 @wvtest
7 def test_arg_max():
8     WVPASSEQ(int(readpipe(['getconf', 'ARG_MAX'])), config.arg_max)