summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-10-21 02:18:06 +0200
committerPanu Matilainen <pmatilai@redhat.com>2016-11-02 07:43:24 +0200
commit7495d179b63a191eadcdb55b8ec3e404e661f510 (patch)
tree7312adc8b93a65f9194ade8f739cc028484be44e
parent9d40362d2379a51346654b52a0037acad2ed9393 (diff)
downloadrpm-7495d179b63a191eadcdb55b8ec3e404e661f510.tar.gz
Fix testsuite failures in dist tarballs: include missing files
These should've been in commits 6b3b435fa644522197003460a96cd11253b1494d and 4ec7c396fb9464a3fcff006408871f8175ab169b where the files were added. (cherry picked from commit 618860e3cc2b74daec1577a685fa714a83c13f78)
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 779b92fb3..7a5cc6544 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -37,6 +37,8 @@ EXTRA_DIST += $(TESTSUITE_AT)
EXTRA_DIST += data/SPECS/attrtest.spec
EXTRA_DIST += data/SPECS/hello.spec
EXTRA_DIST += data/SPECS/hello-script.spec
+EXTRA_DIST += data/SPECS/hello2.spec
+EXTRA_DIST += data/SPECS/hello2-suid.spec
EXTRA_DIST += data/SPECS/foo.spec
EXTRA_DIST += data/SPECS/globtest.spec
EXTRA_DIST += data/SPECS/versiontest.spec