From f9a6e7b68dc25c91cc3fdf63653a3bd431f1f48d Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 12 Feb 2004 14:39:28 +0000
Subject: [PATCH] stop doing the weirdo symlinks

---
 tests/data/Makefile.am | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am
index 0509014c4c..2c034ad2e0 100644
--- a/tests/data/Makefile.am
+++ b/tests/data/Makefile.am
@@ -1,8 +1,6 @@
 iall:
 install:
-
 test:
-	[ -f test1 ] || ln -s $(srcdir)/test* .
 
 EXTRA_DIST = \
 test1    test108  test117  test127  test20   test27   test34   test46 \
-- 
GitLab