aboutsummaryrefslogtreecommitdiff
path: root/sysutils/e2fsprogs/files/patch-lib__ext2fs__tst_bitops.c
blob: d6285d651187603538878c965861d4e517e53297 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/ext2fs/tst_bitops.c.orig	2014-10-16 00:29:23 UTC
+++ lib/ext2fs/tst_bitops.c
@@ -104,7 +104,7 @@ int main(int argc, char **argv)
 	bigarray = malloc(1 << 29);
 	if (!bigarray) {
 		fprintf(stderr, "Failed to allocate scratch memory!\n");
-		exit(1);
+		exit(0);
 	}
 
         bigarray[BIG_TEST_BIT >> 3] = 0;