Skip to content

Commit

Permalink
test for flux fortune
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Feb 27, 2023
1 parent 99badbd commit d9d9ce1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions t/t0001-basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ test_expect_success 'flux-python command runs the configured python' '
test "${expected}" = "${actual}"
'

test_expect_success 'flux fortune works' '
flux fortune
'

# Minimal is sufficient for these tests, but test_under_flux unavailable
# clear the RC paths
ARGS="-o,-Sbroker.rc1_path=,-Sbroker.rc3_path="
Expand Down

0 comments on commit d9d9ce1

Please sign in to comment.