Get timothy quick tests building cleanly.
[yaffs2.git] / direct / test-framework / timothy_tests / quick_tests / test_yaffs_lseek_big_file.c
index a0f6add2d43bf87aa03f90f03137c350efc8c64c..37e281492ad7ad4f4e92efc957d495232ca24e92 100644 (file)
@@ -26,7 +26,7 @@ int test_yaffs_lseek_big_file(void)
                return -1;
        }
        
-       output = yaffs_lseek(handle, 100000000000000000000000000000000000000, SEEK_SET);
+       output = yaffs_lseek(handle, YAFFS_TEST_LONG_VALUE, SEEK_SET);
 
        if (output < 0){
                error_code = yaffs_get_error();