diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-05-28 14:32:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-05-28 14:32:05 +0000 |
commit | ac3ae8f7751436b6f77e1a65415d0093c38c9f5d (patch) | |
tree | 7d61861fd02eeef0ff4c3aea2a9a8bc741b65035 /tests | |
parent | a51fd91db22fcc26047c170c7af76042618f07e0 (diff) |
changed the check for command1.txt to test1, so that automatic testing
in 'make distcheck' will work
Diffstat (limited to 'tests')
-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 \ |