Skip to content

Commit e57c9cf

Browse files
committed
testsuite: update test message
Problem: A test in t2800-jobs-cmd.t had a message that was inconsistent to what the test performed. Update the test message to list what is tested. Update the format of the message to avoid it being super long.
1 parent 11d4362 commit e57c9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t2800-jobs-cmd.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ test_expect_success 'flux-jobs --format={id} works' '
470470
test_cmp idsI.out inactive.ids
471471
'
472472

473-
test_expect_success 'flux-jobs --format={id.f58},{id.hex},{id.dothex},{id.words} works' '
473+
test_expect_success 'flux-jobs --format={id.dec/f58/hex/kvs/dothex/words} works' '
474474
flux jobs -ano {id.dec},{id.f58},{id.hex},{id.kvs},{id.dothex},{id.words} \
475475
| sort -n > ids.XX.out &&
476476
for id in $(cat all.ids); do

0 commit comments

Comments
 (0)