tests: use more POSIX shell features our test scripts
[platform/upstream/automake.git] / t / empty.sh
index 795f922..23f8a7d 100755 (executable)
@@ -25,5 +25,7 @@ echo 'data_DATA =' >Makefile.am
 $ACLOCAL
 $AUTOCONF
 $AUTOMAKE
-./configure --prefix "`pwd`/inst"
+./configure --prefix "$(pwd)/inst"
 $MAKE install
+
+: