Skip to content

Commit 47b16fb

Browse files
authored
Merge pull request #137 from al45tair/ignore-cfg-files-6.0
[6.0][Linux] Add .cfg files to the list of files to ignore in /usr/bin.
2 parents fcd000f + ae77d84 commit 47b16fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)