summaryrefslogtreecommitdiff
path: root/t/acloca13.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/acloca13.sh')
-rwxr-xr-xt/acloca13.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/acloca13.sh b/t/acloca13.sh
index e91a534ed..aab2dafb6 100755
--- a/t/acloca13.sh
+++ b/t/acloca13.sh
@@ -61,9 +61,11 @@ $sleep
touch m4/otherfile.m4
$sleep
$ACLOCAL -I m4
-test `ls -1t aclocal.m4 m4/otherfile.m4 | sed 1q` = aclocal.m4
+test $(ls -1t aclocal.m4 m4/otherfile.m4 | sed 1q) = aclocal.m4
$AUTOCONF
$AUTOMAKE
./configure
$MAKE distcheck
+
+: