Merge branch 'maint'
[platform/upstream/automake.git] / t / aclocal-print-acdir.sh
index ef61b2f..c5a8eb5 100755 (executable)
 # Test on aclocal's '--print-ac-dir' option.
 
 am_create_testdir=empty
-. ./defs || Exit 1
+. ./defs || exit 1
 
 $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