File: fix-test.patch

package info (click to toggle)
pptp-linux 1.9.0%2Bds-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 596 kB
  • ctags: 662
  • sloc: ansic: 3,667; makefile: 139; perl: 113
file content (13 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Assert vector_test exits zero
Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>

    Appearently this manifests on big-endian archs only

--- a/vector_test.c
+++ b/vector_test.c
@@ -95,4 +95,5 @@
     }
     assert(vector_size(v)==0);
     vector_destroy(v);
+    exit(0);
 }