timothy-tests: Change mountpoint names to match test framework
[yaffs2.git] / direct / test-framework / timothy_tests / quick_tests / test_yaffs_truncate_ENOENT.c
index d1697d19e9dbb19d3a720ef3246ff2001049d28b..970e634ccce1a4d438c4359bf4e09becbeffb827 100644 (file)
@@ -20,7 +20,7 @@ int test_yaffs_truncate_ENOENT(void)
        int output=0;
 
 
-       output= yaffs_truncate("/yaffs2/non_existing_file",FILE_SIZE_TRUNCATED );
+       output= yaffs_truncate(YAFFS_MOUNT_POINT "/non_existing_file",FILE_SIZE_TRUNCATED );
        if (output<0){
                error=yaffs_get_error();
                if (abs(error)==ENOENT){