Sanitize the hardlink test size thing
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 6 Mar 2013 12:07:11 +0000 (14:07 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 7 Jun 2013 07:26:31 +0000 (10:26 +0300)
commit7937dc6c5efd1554fdb08f843ff9e6e2e0626056
treebd30706611947e83b1353048af2dd23a07154fce
parent24a03871e2946daad967779847bbbdfe36bd99b3
Sanitize the hardlink test size thing

- The previous "echo $0" got actually expanded to the temporary
  build-time script name, something like /var/tmp/rpm-tmp.UtGhG1,
  which isn't what we're interested in, and depends on rpm
  configuration so can easily cause false positives. Just use
  %{name}-%{version} to get stable content.
(cherry picked from commit 9e918abb4c6d577f3aae2a1a1abd0f4e67f2d151)
tests/data/SPECS/hlinktest.spec
tests/rpmbuild.at