Skip to content

Commit

Permalink
fs/xfstest: Fix a regression introduced by 3fc8e18
Browse files Browse the repository at this point in the history
Commit 3fc8e18 introduced a regression as it missed a comma
after userspace-rcu-devel.

Update the code accordingly to fix this regression.

Signed-off-by: Sachin Sant <[email protected]>
  • Loading branch information
sacsant committed Apr 1, 2024
1 parent 86b6fbf commit eb5a7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/xfstests.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def __setUp_packages(self):
'liburcu-devel', 'libinih-devel',
'libopenssl-devel', 'gettext-tools'])
else:
packages.extend(['btrfs-progs-devel', 'userspace-rcu-devel'
packages.extend(['btrfs-progs-devel', 'userspace-rcu-devel',
'openssl-devel', 'gettext'])

packages_remove = ['indent', 'btrfs-progs-devel']
Expand Down

0 comments on commit eb5a7fa

Please sign in to comment.