We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 637abbf + f2e1c11 commit aad5abbCopy full SHA for aad5abb
1 file changed
Formula/x/xeol.rb
@@ -38,7 +38,13 @@ def install
38
test do
39
assert_match version.to_s, shell_output("#{bin}/xeol version")
40
41
- output = shell_output("#{bin}/xeol alpine:latest")
+ output = shell_output("#{bin}/xeol db update 2>&1")
42
+ assert_match "EOL database updated to latest version!", output
43
+
44
+ output = shell_output("#{bin}/xeol db status 2>&1")
45
+ assert_match "Status: valid", output
46
47
+ output = shell_output("#{bin}/xeol alpine:latest 2>&1")
48
assert_match "no EOL software has been found", output
49
end
50
0 commit comments