patch 7.4.1805
Problem: Running tests in shadow dir fails.
Solution: Link the samples directory
diff --git a/src/Makefile b/src/Makefile
index 19b147c..b3b8daf 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2608,6 +2608,7 @@
../../testdir/*.py \
../../testdir/python* \
../../testdir/sautest \
+ ../../testdir/samples \
../../testdir/test83-tags? \
../../testdir/*.ok .
diff --git a/src/version.c b/src/version.c
index e891af9..86f38e6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1805,
+/**/
1804,
/**/
1803,