Skip to content

Commit ead3862

Browse files
dschoGit for Windows Build Agent
authored andcommitted
t3701.63: do not depend on previous test cases
We reused the `SP` variable without setting it explicitly. This prevented `sh t3701-*.sh --run=63` from working as expected. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 0181914 commit ead3862

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/t3701-add-interactive.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,7 @@ test_expect_success EXPENSIVE 'add -i with a lot of files' '
774774
'
775775

776776
test_expect_success 'show help from add--helper' '
777+
SP=" " &&
777778
git reset --hard &&
778779
cat >expect <<-EOF &&
779780

0 commit comments

Comments
 (0)