Skip to content

Commit 759ebf2

Browse files
authored
Merge pull request #136 from al45tair/ignore-cfg-files
[Linux] Add .cfg files to the list of files to ignore in /usr/bin.
2 parents 19f4668 + 756aea6 commit 759ebf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-snapshot-binaries/test-rpath-linux.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
4343
# RUN: find %{package_path} -name "lib*\.so" | xargs %{readelf} -d | %{FileCheck} --check-prefix CHECK-LIB %s
4444
# CHECK-LIB-NOT: {{.*}} {{\(RPATH\)|\(RUNPATH\)}} {{.*}}/home/
4545
#
46-
# RUN: find %{package_path}/usr/bin -type f | grep -Ev "\.py|\.txt|\.sh" | xargs %{readelf} -d | %{FileCheck} --check-prefix CHECK-BIN %s
46+
# RUN: find %{package_path}/usr/bin -type f | grep -Ev "\.py|\.txt|\.sh|\.cfg" | xargs %{readelf} -d | %{FileCheck} --check-prefix CHECK-BIN %s
4747
# CHECK-BIN-NOT: {{.*}} {{\(RPATH\)|\(RUNPATH\)}} {{.*}}/home/

0 commit comments

Comments
 (0)