Skip to content

Commit bb63402

Browse files
committed
testsuite: fix tabbing
Problem: Some tabbing was invalid in t2233-job-info-update.t. Make tabbing consistent.
1 parent 925bfc1 commit bb63402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t2233-job-info-update.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ test_expect_success NO_CHAIN_LINT 'job-info: update lookup returns cached R from
272272
wait_update_watchers $((watchers+1)) &&
273273
update1=$(expiration_add $jobid 100) &&
274274
${WAITFILE} --count=2 --timeout=30 --pattern="expiration" watch9.out &&
275-
${UPDATE_LOOKUP} $jobid R > lookup9.out &&
275+
${UPDATE_LOOKUP} $jobid R > lookup9.out &&
276276
flux cancel $jobid &&
277277
wait $watchpid &&
278278
test $(cat watch9.out | wc -l) -eq 2 &&

0 commit comments

Comments
 (0)