From ac3ae8f7751436b6f77e1a65415d0093c38c9f5d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 28 May 2001 14:32:05 +0000 Subject: changed the check for command1.txt to test1, so that automatic testing in 'make distcheck' will work --- tests/data/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/Makefile.am') 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 \ -- cgit v1.2.3