X-Git-Url: https://yaffs.net/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_rmdir_EINVAL.c;h=3fa4f5620305824b3f038b51f7183bc3f4adeb17;hp=3518ae26d2f2ab7f271cb21c5c7ccf69f30fe04b;hb=a717f825f1de8707f602aaba9c541e62a1fc1de8;hpb=4ae1d4603da3b68c82e8563191743000fa91d403 diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EINVAL.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EINVAL.c index 3518ae2..3fa4f56 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EINVAL.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rmdir_EINVAL.c @@ -26,7 +26,7 @@ int test_yaffs_rmdir_EINVAL(void) return -1; } } - output = yaffs_rmdir("/yaffs2/."); + output = yaffs_rmdir(YAFFS_MOUNT_POINT "/."); if (output<0){ error_code=yaffs_get_error(); if (abs(error_code)==EINVAL){