Skip to content

Commit c4e308a

Browse files
committed
SessionControl: require packages instead of binaries
1 parent 22fc618 commit c4e308a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SessionControl/lib.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
#
2525
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2626
# library-prefix = session
27-
# library-version = 7
27+
# library-version = 8
2828
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2929
__INTERNAL_session_LIB_NAME="SessionControl"
30-
__INTERNAL_session_LIB_VERSION=7
30+
__INTERNAL_session_LIB_VERSION=8
3131

3232
: <<'=cut'
3333
=pod

SessionControl/main.fmf

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ contact: Dalibor Pospíšil <[email protected]>
33
test: ./runtest.sh
44
framework: beakerlib
55
require:
6-
- /usr/bin/expect
7-
- /usr/bin/bash
6+
- expect
7+
- bash
88
duration: 5m
99
enabled: true
1010
extra-nitrate: TC#0611933

0 commit comments

Comments
 (0)