Skip to content

Commit 9693a26

Browse files
Merge pull request #2932 from narasimhan-v/fio_libio_pkg_fix
Fix wrong package name for fiotest
2 parents d74c03e + 2a41ea6 commit 9693a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io/disk/fiotest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def setUp(self):
8989
self.cancel("btrfs is not supported with \
9090
RHEL 7.4 onwards")
9191

92-
pkg_list = ['libaio-devel', 'cmake', 'gcc-c++']
92+
pkg_list = ['cmake', 'gcc-c++']
9393
if distro.detect().name in ['Ubuntu', 'debian']:
9494
pkg_list.append('libaio-dev')
9595
if fstype == 'btrfs':

0 commit comments

Comments
 (0)