commit 4f29e1f17c1ebcccb0eb8893ec0dd9cdc6037a00 from: Christian Weisgerber via: Thomas Adam date: Mon Oct 24 20:32:18 2022 UTC rebase.sh: remove accidentally included absolute path to "got" commit - 5ac853dcba225c4b61cc2f49edbdb657c9ae0bba commit + 4f29e1f17c1ebcccb0eb8893ec0dd9cdc6037a00 blob - 3c9f9d2781dfc3fa34cae3d859bf50e4985fd32e blob + e6f0068db0c7a000201f333c5968512f1d4ebd87 --- regress/cmdline/rebase.sh +++ regress/cmdline/rebase.sh @@ -1092,7 +1092,7 @@ test_rebase_forward_path_prefix() { return 1 fi - (cd $testroot/wt && /usr/local/bin/got rebase master \ + (cd $testroot/wt && got rebase master \ > $testroot/stdout 2> $testroot/stderr) echo "Forwarding refs/heads/master to commit $commit2" \