|
From: <sv...@va...> - 2015-05-22 09:20:10
|
Author: mjw
Date: Fri May 22 10:20:03 2015
New Revision: 15271
Log:
Add procfs-non-linux.stderr.exp variants to EXTRA_DIST.
For bz#344936 procfs-non-linux.stderr.exp was renamed and split into
procfs-non-linux.stderr.exp-with-readlinkat and
procfs-non-linux.stderr.exp-without-readlinkat add both to EXTRA_DIST.
Fixes make post-regtest-checks.
Modified:
trunk/none/tests/Makefile.am
Modified: trunk/none/tests/Makefile.am
==============================================================================
--- trunk/none/tests/Makefile.am (original)
+++ trunk/none/tests/Makefile.am Fri May 22 10:20:03 2015
@@ -127,7 +127,9 @@
procfs-linux.stderr.exp-with-readlinkat \
procfs-linux.stderr.exp-without-readlinkat \
procfs-linux.vgtest \
- procfs-non-linux.stderr.exp procfs-non-linux.vgtest \
+ procfs-non-linux.vgtest \
+ procfs-non-linux.stderr.exp-with-readlinkat \
+ procfs-non-linux.stderr.exp-without-readlinkat \
pth_atfork1.stderr.exp pth_atfork1.stdout.exp pth_atfork1.vgtest \
pth_blockedsig.stderr.exp \
pth_blockedsig.stdout.exp pth_blockedsig.vgtest \
|