aboutsummaryrefslogtreecommitdiff
path: root/lib/ext2fs/tst_bitops.c
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:54:00 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:54:00 +0000
commit65aacf2bff3dfb6c094704f687a26738558189ba (patch)
tree1605641dff9d3858f2b1595d8885bb0fe9496f34 /lib/ext2fs/tst_bitops.c
parent288a8e140203b927e86671630143e49142d21ffd (diff)
parent63687023fc2e8871a718cb4e18458eece2e3460c (diff)
downloade2fsprogs-65aacf2bff3dfb6c094704f687a26738558189ba.tar.gz
Change-Id: Id64c731043886b523b7d04839b43568bf14c01d9
Diffstat (limited to 'lib/ext2fs/tst_bitops.c')
-rw-r--r--lib/ext2fs/tst_bitops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ext2fs/tst_bitops.c b/lib/ext2fs/tst_bitops.c
index 8262d3b7..adef12da 100644
--- a/lib/ext2fs/tst_bitops.c
+++ b/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;