summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx13/test.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psx13/test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/psxtests/psx13/test.c b/testsuites/psxtests/psx13/test.c
index c039bff868..fc50463e67 100644
--- a/testsuites/psxtests/psx13/test.c
+++ b/testsuites/psxtests/psx13/test.c
@@ -716,10 +716,10 @@ int main(
printf ("Testing sync()...... ");
sync();
+ printf ("Done.\n");
+
+ TEST_END();
}
- else
- TEST_BEGIN();
- TEST_END();
rtems_test_exit(0);
}