Skip to content

Commit

Permalink
test/system: Fix typo
Browse files Browse the repository at this point in the history
This isn't causing any problems at the moment.  However, the test can
break if the order in which the command line arguments are validated
changes.  eg., if the presence of a command is checked before the
release, then the error message will be different.

Fallout from 8b6418d

containers#1091
  • Loading branch information
debarshiray committed Aug 26, 2022
1 parent afb002c commit a9a5b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/104-run.bats
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ teardown() {
}

@test "run: Try to run a command in a container based on Fedora but with wrong version" {
run $TOOLBOX run -d fedora -r foobar
run $TOOLBOX run -d fedora -r foobar ls

assert_failure
assert_line --index 0 "Error: invalid argument for '--release'"
Expand Down

0 comments on commit a9a5b96

Please sign in to comment.