summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psxstat
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>1999-03-29 18:06:00 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>1999-03-29 18:06:00 +0000
commiteaf0e8eb0a142c091132d5865d118dfc417e8820 (patch)
tree3a19786dcdac252801b465189e7e785ec1430baa /c/src/tests/psxtests/psxstat
parentFixed expected return status from lseek to look for not failure (-1). (diff)
downloadrtems-eaf0e8eb0a142c091132d5865d118dfc417e8820.tar.bz2
Correctd name length to account for new IMFS max name length of 32.
Diffstat (limited to 'c/src/tests/psxtests/psxstat')
-rw-r--r--c/src/tests/psxtests/psxstat/test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/c/src/tests/psxtests/psxstat/test.c b/c/src/tests/psxtests/psxstat/test.c
index db9f47f348..424c99c5d2 100644
--- a/c/src/tests/psxtests/psxstat/test.c
+++ b/c/src/tests/psxtests/psxstat/test.c
@@ -27,6 +27,7 @@
#define MAXSYMLINK 5 /* There needs to be a better way of getting this. */
+
/*
* List of files which should exist.
*/
@@ -133,7 +134,7 @@ char *Good_absolute_paths[] = {
char *Bad_paths[] = {
- "/links/ENAMETOOLONG___",
+ "/links/ENAMETOOLONG__________________________",
"/dir1/file4/NOTADIR",
"/dir1/dir1/EACCES__",
0
@@ -244,6 +245,7 @@ void chown_multiple_files(
st_gid = getegid();
#else
st_uid = 100;
+e
st_gid = 0;
#endif