diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-04-13 16:28:06 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-04-18 17:44:46 +0300 |
commit | cc8b6959664a2d7e591f9bca797264e393ea51ad (patch) | |
tree | f7fdece30ef16dd9b811037a47b550e76765f358 /tests/fs-tests/integrity | |
parent | b2c9ab7a9ab8f1bb970ccde34d75c206f9abc558 (diff) |
fs-tests: integck: do not use global common variables
Do not use the 'tests_file_system_mount_dir' and 'tests_file_system_type'
variables because we do not depend on them any longer.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'tests/fs-tests/integrity')
-rw-r--r-- | tests/fs-tests/integrity/integck.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/fs-tests/integrity/integck.c b/tests/fs-tests/integrity/integck.c index a53be64..5cb7bca 100644 --- a/tests/fs-tests/integrity/integck.c +++ b/tests/fs-tests/integrity/integck.c @@ -2388,10 +2388,6 @@ int main(int argc, char *argv[]) get_tested_fs_info(); - /* Temporary hack - will be fixed a bit later */ - tests_file_system_mount_dir = (void *)fsinfo.mount_point; - tests_file_system_type = (void *)fsinfo.fstype; - /* Seed the random generator with out PID */ srand(getpid()); |