summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tmck/task1.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-07-18 21:19:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-07-18 21:19:53 +0000
commit4ca27cfad71ba89028c13bcab9b5630a96f914a9 (patch)
tree505a42e039c3aa508b1fa2373496abba815a0569 /testsuites/tmtests/tmck/task1.c
parentfixed for Linux (diff)
downloadrtems-4ca27cfad71ba89028c13bcab9b5630a96f914a9.tar.bz2
committing for rtems-3.2.01 snapshot
Diffstat (limited to '')
-rw-r--r--testsuites/tmtests/tmck/task1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/tmtests/tmck/task1.c b/testsuites/tmtests/tmck/task1.c
index c151475505..39f1490c00 100644
--- a/testsuites/tmtests/tmck/task1.c
+++ b/testsuites/tmtests/tmck/task1.c
@@ -156,8 +156,8 @@ void check_read_timer()
* Under UNIX a simple process swap takes longer than we
* consider valid for our testing purposes.
*/
- printf( "TOO LONG (%d) at %d!!!\n", end_time, index );
-#if defined(unix)
+ printf( "TOO LONG (%d) at index %d!!!\n", end_time, index );
+#if defined(unix) || defined(go32)
index--;
continue;
#else