Skip to content

Commit 53feba3

Browse files
committed
test suite: Drop no longer needed fedoradev /usr/bin/which workaround
1 parent 2ef9387 commit 53feba3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/docker/Dockerfile-fedoradev

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
FROM fedora:rawhide
22

33
# TODO: more coverage
4-
# /usr/bin/which: https://bugzilla.redhat.com/show_bug.cgi?id=1443357
54
# --nogpgcheck: Ignore transient(?) package signature failures
65
RUN dnf --nogpgcheck --refresh -y install \
76
autoconf \
87
automake \
98
dejagnu \
109
tcllib \
11-
/usr/bin/xvfb-run /usr/bin/which \
10+
/usr/bin/xvfb-run \
1211
&& \
1312
dnf --nogpgcheck -y install \
1413
/usr/bin/checksec \

0 commit comments

Comments
 (0)