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.
1 parent ce5a286 commit 3eff3b7Copy full SHA for 3eff3b7
tests/core/core.fmf
@@ -1,9 +1,7 @@
1
-summary: runs gensnippet_if with dummy arguments and checks return code
+summary: check for presence of main files from the package
2
tag:
3
- smoke
4
test: |
5
- set -x -e -o pipefail
6
- # Use a dummy interface and action to invoke the script safely
7
- export RUN_SNIPPETS=/tmp
8
- export CLHM_FILE_MARKER=test
9
- /usr/libexec/console-login-helper-messages/gensnippet_if dummy0 up || exit 1
+ set -e
+ test -f /usr/lib/console-login-helper-messages/libutil.sh
+ test -f /usr/share/doc/console-login-helper-messages/README.md
0 commit comments