Skip to content

Commit c967c0c

Browse files
committed
Make integration test create_ami install vim instead of mysql within the custom script.
Signed-off-by: Giacomo Marciani <[email protected]>
1 parent 18af39c commit c967c0c

File tree

1 file changed

+1
-1
lines changed
  • tests/integration-tests/tests/createami/test_createami/test_build_image_custom_components

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
yum -y install mysql
2+
yum -y install vim

0 commit comments

Comments
 (0)