diff options
| -rw-r--r-- | tests/data/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 51a22b268..b37932ede 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -2,7 +2,7 @@ all:  install:  test: -	[ -f command1.txt ] || ln -s $(srcdir)/*.txt . +	[ -f test1 ] || ln -s $(srcdir)/test* .  EXTRA_DIST = \  test1    test11   test14   test3    test400  test7    \  | 
