summaryrefslogtreecommitdiff
path: root/t/fort5.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/fort5.sh')
-rwxr-xr-xt/fort5.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/fort5.sh b/t/fort5.sh
index 4614b661d..6fa1f22f6 100755
--- a/t/fort5.sh
+++ b/t/fort5.sh
@@ -89,7 +89,7 @@ grep " --tag=FC" Makefile.in
# or if the compiler cannot compile Fortran 90 files).
./configure
$MAKE
-subobjs=`echo sub/*.lo`
+subobjs=$(echo sub/*.lo)
test "$subobjs" = 'sub/*.lo'
$MAKE distcheck
@@ -103,3 +103,5 @@ test ! -f bar.lo
test ! -f baz.lo
test ! -f libgoodbye_la-baz.lo
$MAKE distcheck
+
+: