diff --git a/tests/raytrace/test.T b/tests/raytrace/test.T
index 2f4e51a562732d3b1f2c5e842260629477b92d4d..220cf6d1089624959f2e642214c72bf6d529a687 100644
--- a/tests/raytrace/test.T
+++ b/tests/raytrace/test.T
@@ -4,13 +4,13 @@ hpc_prefix = "perl hpcrun.pl --clear --exeext={exeext} --hpc={hpc}"
 
 # TODO. It is unclear what the purpose of this test is. It produces lots of
 # output, but the expected output file is missing. I (thomie) added
-# the ignore_output setup function, just to make the test pass for the
+# the ignore_stdout setup function, just to make the test pass for the
 # moment.
 # Note that the subdirectory tixs also has a test.T file, and those tests
 # depend on some of the files in this directory.
 # Also note that testsuite/tests/programs/galois_raytrace has a similar (but
 # not the same) copy of this program.
 test('hpc_raytrace',
-     [cmd_prefix(hpc_prefix), reqlib('parsec'), ignore_output],
+     [cmd_prefix(hpc_prefix), reqlib('parsec'), ignore_stdout],
      multimod_compile_and_run, ['Main','-fhpc -package parsec'])
 
diff --git a/tests/simple/tixs/test.T b/tests/simple/tixs/test.T
index a32b4a9d8a3b296ed44b1dd02f0f04209b1a0142..19fae7ee77dfa12ced80fb37c62af28cb228e18b 100644
--- a/tests/simple/tixs/test.T
+++ b/tests/simple/tixs/test.T
@@ -68,7 +68,7 @@ test('hpc_hand_overlay',
 
 test('hpc_bad_001', exit_code(1), run_command, ["{hpc} bad arguments"])
 
-test('T9619', ignore_output, run_command,
+test('T9619', ignore_stdout, run_command,
      # Having the same mix file in two different hpcdirs should work.
      ["{hpc} report hpc_sample.tix --hpcdir=.hpc --hpcdir=.hpc.copy"])