Skip to content

Commit dfebc3f

Browse files
committed
fix typo in test
Signed-off-by: Kilian Hanich <[email protected]>
1 parent d7b5f2e commit dfebc3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/system/101-create.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ teardown() {
791791
local build_context="./images/fedora/f39"
792792
local build_tag="testbuild"
793793

794-
run "$TOOLBX" create --build "&build_context" --build-tag "testbuild"
794+
run "$TOOLBX" create --build "$build_context" --build-tag "testbuild"
795795
assert_success
796796

797797
assert_line --index 0 "Created container: testbuild"
@@ -807,7 +807,7 @@ teardown() {
807807
local build_context="./images/fedora/f39"
808808
local build_tag="registry.fedoraproject.org/testbuild"
809809

810-
run "$TOOLBX" create --build "&build_context" --build-tag "testbuild"
810+
run "$TOOLBX" create --build "$build_context" --build-tag "testbuild"
811811
assert_success
812812

813813
assert_line --index 0 "Created container: testbuild"

0 commit comments

Comments
 (0)