commit 2c75f174eaa5edecfcf15dd4e81c87a70c53b21e from: Christian Weisgerber date: Mon Oct 24 20:04:57 2022 UTC rebase.sh: remove accidentally included absolute path to "got" commit - 88dec1791eeb2f779795789b119d5bf675c24b6a commit + 2c75f174eaa5edecfcf15dd4e81c87a70c53b21e blob - b4c4e91be5c394d1da835c1b1a9d9bc16a8124e3 blob + 62ae3b151c0c8c8e867585314a8e3bc15764c831 --- regress/cmdline/rebase.sh +++ regress/cmdline/rebase.sh @@ -1089,7 +1089,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" \