Skip to content

Commit

Permalink
test/system: Fix typo
Browse files Browse the repository at this point in the history
This wasn't negatively impacting the validity of the test, but it was
inconsistent with the pattern used elsewhere.

Fallout from 55c0e63

containers#1596
  • Loading branch information
debarshiray committed Nov 15, 2024
1 parent d29adbf commit 02648e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/101-create.bats
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ teardown() {
lines=("${stderr_lines[@]}")
assert_line --index 0 "Error: options --image and --release cannot be used together"
assert_line --index 1 "Run 'toolbox --help' for usage."
assert [ ${#lines[@]} -eq 2 ]
assert [ ${#stderr_lines[@]} -eq 2 ]
}

@test "create: Try using both --image and --release (using --assumeyes)" {
Expand Down

0 comments on commit 02648e6

Please sign in to comment.