Skip to content

Commit 8fbd157

Browse files
committed
testsuite: update out of date comment
Problem: A comment in t2260-job-list.t is out of date. flux_job_list() has been deprecated and is no longer used. Update the comment.
1 parent c60a2eb commit 8fbd157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t2260-job-list.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ test_expect_success 'flux job list inactive jobs results are correct' '
185185
test_cmp list_result_I.out list_result_I.exp
186186
'
187187

188-
# Hard code results values for these tests, as we did not add a results
189-
# option to flux_job_list() or the flux-job command.
188+
# flux job list does not take results as an option, test via direct
189+
# call to job-list.list
190190

191191
test_expect_success 'flux job list only canceled jobs' '
192192
id=$(id -u) &&

0 commit comments

Comments
 (0)