summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-07-26 21:59:09 +0000
committerChris Wilson <chris+github@qwirx.com>2007-07-26 21:59:09 +0000
commitd79aefa67d3a9dcf9c76b670468851ae3709807b (patch)
tree6b392d0093f9c554d8dce5cae877ec75c04fb957 /test
parenta436702cdf84264e1176548a4dd0f78f8eeb123a (diff)
Fix unit tests now that bbackupd honours the hard limit and not the
soft limit. (refs #3, merges [1662])
Diffstat (limited to 'test')
-rw-r--r--test/bbackupd/testbbackupd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bbackupd/testbbackupd.cpp b/test/bbackupd/testbbackupd.cpp
index 2b8225cc..696bd1a6 100644
--- a/test/bbackupd/testbbackupd.cpp
+++ b/test/bbackupd/testbbackupd.cpp
@@ -1078,7 +1078,7 @@ int test_bbackupd()
// soft limit + 1/3 of (hard - soft). Set small values
// for limits accordingly.
TEST_THAT_ABORTONFAIL(::system(BBSTOREACCOUNTS " -c "
- "testfiles/bbstored.conf setlimit 01234567 10B 40B")
+ "testfiles/bbstored.conf setlimit 01234567 9B 10B")
== 0);
TestRemoteProcessMemLeaks("bbstoreaccounts.memleaks");