summaryrefslogtreecommitdiff
path: root/tests/fstest/recovery_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fstest/recovery_test.cpp')
-rw-r--r--tests/fstest/recovery_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/fstest/recovery_test.cpp b/tests/fstest/recovery_test.cpp
index e2371395..c34607d6 100644
--- a/tests/fstest/recovery_test.cpp
+++ b/tests/fstest/recovery_test.cpp
@@ -216,7 +216,6 @@ class FsRecoveryTest : public ::testing::Test {
UMOUNT_BIN,
cache_str,
};
- int status;
return android_fork_execvp_ext(ARRAY_SIZE(umount_argv), umount_argv,
NULL, true, LOG_KLOG, false, NULL,
NULL, 0) >= 0;
@@ -230,7 +229,6 @@ class FsRecoveryTest : public ::testing::Test {
storage_str,
mountall_str,
};
- int status;
return android_fork_execvp_ext(ARRAY_SIZE(mountall_argv), mountall_argv,
NULL, true, LOG_KLOG, false, NULL,
NULL, 0) >= 0;