summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/tests/psxtests/psxstat/test.c4
-rw-r--r--testsuites/psxtests/psxstat/test.c4
2 files changed, 6 insertions, 2 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
diff --git a/testsuites/psxtests/psxstat/test.c b/testsuites/psxtests/psxstat/test.c
index db9f47f348..424c99c5d2 100644
--- a/testsuites/psxtests/psxstat/test.c
+++ b/testsuites/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