]> arthur.barton.de Git - bup.git/blob - lib/bup/t/tconfig.py
Write the system ARG_MAX to an autogenerated config.py at configure time.
[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)