commit | ca758b73afff8200df5e1a24e9abe8a6468c9e06 | [log] [tgz] |
---|---|---|
author | Subrata Modak <subratamodak@subratamodak.linux.ibm.com> | Tue May 18 01:28:14 2010 +0530 |
committer | Subrata Modak <subratamodak@subratamodak.linux.ibm.com> | Tue May 18 01:28:14 2010 +0530 |
tree | b596d829699090e33641f1c931cbed96e805ad48 | |
parent | 440fa0f6d857d4a15802b5ecdfdf6057e59975bf [diff] [blame] |
fix fs_perms tests. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>.
diff --git a/include/test.h b/include/test.h index e291b36..7ac182a 100644 --- a/include/test.h +++ b/include/test.h
@@ -262,6 +262,11 @@ char *get_block_device(const char *path); char *get_mountpoint(const char *path); +/* + * Function from lib/get_path.c + */ +int tst_get_path(const char *prog_name, char *buf, size_t buf_len); + #ifdef TST_USE_COMPAT16_SYSCALL #define TCID_BIT_SUFFIX "_16" #elif TST_USE_NEWER64_SYSCALL