summaryrefslogtreecommitdiff
path: root/t/transform3.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/transform3.sh')
-rwxr-xr-xt/transform3.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/transform3.sh b/t/transform3.sh
index 6f1b81179..9efefa25a 100755
--- a/t/transform3.sh
+++ b/t/transform3.sh
@@ -78,12 +78,12 @@ $ACLOCAL
$AUTOCONF
$AUTOMAKE -a
-./configure --program-prefix=gnu- --prefix "`pwd`/inst"
+./configure --program-prefix=gnu- --prefix "$(pwd)/inst"
$MAKE test-install
$MAKE uninstall
-test `find inst -type f -print | wc -l` = 0
+test $(find inst -type f -print | wc -l) -eq 0
# Opportunistically test for installdirs.
rm -rf inst