File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments