]> arthur.barton.de Git - bup.git/commit
Read ARG_MAX directly via os.sysconf('SC_ARG_MAX').
authorRob Browning <rlb@defaultvalue.org>
Sat, 10 May 2014 20:51:38 +0000 (15:51 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 10 May 2014 20:56:28 +0000 (15:56 -0500)
commit76386bbd298e881e78f10a268ca96ba81be290ab
treef0c418105484dc02b0e65c5543b12afbc2c261af
parentb0fbd0da35ed132874848cf31a1c8294aee4476c
Read ARG_MAX directly via os.sysconf('SC_ARG_MAX').

For now, this code also adds an optional arg_max parameter to
batchpipe(), exclusively for testing.

There appears to be an issue with wvtest at the moment that causes
assignments to something like helpers.arg_max to have no effect from
the importers perspective.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/helpers.py
lib/bup/t/thelpers.py