Git - attempt to improve test reliability (#229160)

This commit is contained in:
Ladislau Szomoru
2024-09-20 16:55:45 +02:00
committed by GitHub
parent 4922d405d9
commit a90e2f4e0f

View File

@@ -129,8 +129,7 @@ suite('git smoke test', function () {
});
test('rename/delete conflict', async function () {
cp.execSync('git branch test', { cwd });
cp.execSync('git checkout test', { cwd });
cp.execSync('git checkout -b test', { cwd });
fs.unlinkSync(file('app.js'));
cp.execSync('git add .', { cwd });