diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rpmbuild.at | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/rpmbuild.at b/tests/rpmbuild.at index 517de72bf..20142a21f 100644 --- a/tests/rpmbuild.at +++ b/tests/rpmbuild.at @@ -137,7 +137,7 @@ runroot rpmbuild \ runroot rpm -i "${TOPDIR}"/RPMS/noarch/hlinktest-1.0-1.noarch.rpm -runroot rpm -q --qf "[[%{filenlinks} %{filenames}\n]]" hlinktest +runroot rpm -q --qf "[[%{filenlinks} %{filenames}\n]]%{longsize}\n" hlinktest runroot rpm -V --nouser --nogroup hlinktest ls -i "${RPMTEST}"/foo/hello* | awk {'print $1'} | sort -u | wc -l @@ -148,6 +148,7 @@ ls -i "${RPMTEST}"/foo/hello* | awk {'print $1'} | sort -u | wc -l 4 /foo/hello-bar 4 /foo/hello-foo 4 /foo/hello-world +78 1 ], []) |