tests: Remove test_symbols.sh.

It's useless as different systems provide/require different symbols.
Will be replaced by a better test.
This commit is contained in:
Simon Ruderich
2013-06-20 20:46:06 +02:00
parent cfad8a624c
commit 1fb32dbd84
2 changed files with 1 additions and 46 deletions

View File

@@ -6,8 +6,7 @@ TESTS = test_environment.sh \
test_exec.sh \
test_noforce.sh \
test_redirects.sh \
test_simple.sh \
test_symbols.sh
test_simple.sh
check_PROGRAMS = example example_exec
example_SOURCES = example.c
example_exec_SOURCES = example_exec.c