summaryrefslogtreecommitdiff
path: root/t/pr401.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/pr401.sh')
-rw-r--r--t/pr401.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/t/pr401.sh b/t/pr401.sh
index b0c45cad8..77c240120 100644
--- a/t/pr401.sh
+++ b/t/pr401.sh
@@ -103,17 +103,6 @@ test ! -e lib/lib
$MAKE distcheck
## -------------------------------------------- ##
-## Error message with usage in wrong directory. ##
-## -------------------------------------------- ##
-
-mv -f src/Makefile.am src/t
-sed 's/LDADD = .*/LDADD = @LIBOBJS@/' src/t > src/Makefile.am
-AUTOMAKE_fails
-grep 'cannot be used outside.*lib' stderr
-mv -f src/t src/Makefile.am
-
-
-## -------------------------------------------- ##
## Test using LIBOBJS from a sibling directory. ##
## -------------------------------------------- ##