summaryrefslogtreecommitdiff
path: root/t/test-driver-custom.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/test-driver-custom.sh')
-rwxr-xr-xt/test-driver-custom.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-driver-custom.sh b/t/test-driver-custom.sh
index ce4a7fcdf..d56d661a2 100755
--- a/t/test-driver-custom.sh
+++ b/t/test-driver-custom.sh
@@ -41,7 +41,7 @@ LOG_DRIVER_FLAGS = _
END
mkdir sub bin
-PATH=`pwd`/bin$PATH_SEPARATOR$PATH; export PATH
+PATH=$(pwd)/bin$PATH_SEPARATOR$PATH; export PATH
cat > wrapper.skel <<'END'
#! /bin/sh