Browse code

Fix make check on AIX (bb #1917).

Török Edvin authored on 2010/04/13 19:13:17
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Tue Apr 13 13:12:47 EEST 2010 (edwin)
2
+-------------------------------------
3
+ * unit_tests/check_common.sh: fix make check on AIX (bb #1917).
4
+
1 5
 Mon Apr 12 18:02:06 CEST 2010 (tk)
2 6
 ----------------------------------
3 7
  * freshclam/manager.c: better handle daylight saving time changes (bb#1920)
... ...
@@ -47,7 +47,8 @@ die()
47 47
 
48 48
 # Setup test directory to avoid temporary and output file clashes
49 49
 test_start() {
50
-    ulimit -t 120; ulimit -d 512000; ulimit -v 512000;
50
+    ulimit -t 120; ulimit -d 512000;
51
+    ulimit -v 512000 || true;
51 52
     (cd test-$1 2>/dev/null && killclamd || true)
52 53
     rm -rf test-$1
53 54
     mkdir test-$1