summaryrefslogtreecommitdiff
path: root/t/aclocal-print-acdir.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/aclocal-print-acdir.sh')
-rwxr-xr-xt/aclocal-print-acdir.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/aclocal-print-acdir.sh b/t/aclocal-print-acdir.sh
index d057d826e..c5a8eb5ea 100755
--- a/t/aclocal-print-acdir.sh
+++ b/t/aclocal-print-acdir.sh
@@ -22,9 +22,6 @@ am_create_testdir=empty
$ACLOCAL --print-ac-dir
test "$($ACLOCAL --print-ac-dir)" = "$am_system_acdir"
-$ACLOCAL -Wno-obsolete --acdir foo --print-ac-dir
-test "$($ACLOCAL -Wno-obsolete --acdir foo --print-ac-dir)" = foo
-
$ACLOCAL --system-acdir /bar --print-ac-dir
test "$($ACLOCAL --system-acdir /bar --print-ac-dir)" = /bar