Skip to content

Commit

Permalink
t2700-mini-cmd.t: rename --env-filter to --env-remove
Browse files Browse the repository at this point in the history
  • Loading branch information
grondo committed Aug 20, 2020
1 parent 850e373 commit 92ba6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t2700-mini-cmd.t
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ test_expect_success HAVE_JQ 'flux mini --job-name works' '
test_expect_success HAVE_JQ 'flux-mini --env=-* works' '
flux mini submit --dry-run --env=-* hostname > no-env.out &&
jq -e ".attributes.system.environment == {}" < no-env.out &&
flux mini submit --dry-run --env-filter=* hostname > no-env2.out &&
flux mini submit --dry-run --env-remove=* hostname > no-env2.out &&
jq -e ".attributes.system.environment == {}" < no-env2.out
'
test_expect_success HAVE_JQ 'flux-mini --env=VAR works' '
Expand Down

0 comments on commit 92ba6ce

Please sign in to comment.