Skip to content

Commit 3eff3b7

Browse files
committed
Change test check
1 parent ce5a286 commit 3eff3b7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

tests/core/core.fmf

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
summary: runs gensnippet_if with dummy arguments and checks return code
1+
summary: check for presence of main files from the package
22
tag:
33
- smoke
44
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
5+
set -e
6+
test -f /usr/lib/console-login-helper-messages/libutil.sh
7+
test -f /usr/share/doc/console-login-helper-messages/README.md

0 commit comments

Comments
 (0)