tests: use more POSIX shell features our test scripts
[platform/upstream/automake.git] / t / mkinst2.sh
index 6582836..2a4fb0b 100755 (executable)
@@ -30,7 +30,11 @@ END
 $ACLOCAL
 $AUTOCONF
 $AUTOMAKE
-./configure --prefix "`pwd`/sub"
+./configure --prefix "$(pwd)/sub"
 
 $MAKE installdirs
 test ! -d sub/man
+$MAKE install
+test ! -d sub/man
+
+: