Merge branch 'jk/long-error-messages'
[gitweb.git] / t / lib-git-p4.sh
index 5aa8adcf9c8a53b8a643a37b9474886448f6a45b..75482254a3e72a65640c6805abd028e2b7bd0e2f 100644 (file)
@@ -69,7 +69,7 @@ start_p4d() {
        (
                cd "$db" &&
                {
-                       p4d -q -p $P4DPORT &
+                       p4d -q -p $P4DPORT "$@" &
                        echo $! >"$pidfile"
                }
        ) &&