summaryrefslogtreecommitdiff
path: root/t/makej2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/makej2.sh')
-rwxr-xr-xt/makej2.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/makej2.sh b/t/makej2.sh
index 8183887a4..2e5d55b94 100755
--- a/t/makej2.sh
+++ b/t/makej2.sh
@@ -35,10 +35,10 @@ $AUTOMAKE
mkdir build
cd build
-../configure "--prefix=`pwd`/inst"
+../configure --prefix="$(pwd)/inst"
$MAKE -j2 || skip_ "$MAKE failed to run with two parallel jobs"
$MAKE -j2 distcheck
$MAKE test-distdir-removed
-Exit 0
+: