mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
Avoid /dev/null on the command line.
The shell turns it into 'nul' (which we can't understand as an existing file).
This commit is contained in:
@@ -42,7 +42,8 @@ test_expect_success 'apply in reverse' '
|
||||
git reset --hard second &&
|
||||
git apply --reverse --binary --index patch &&
|
||||
git diff >diff &&
|
||||
git diff /dev/null diff
|
||||
: > empty &&
|
||||
git diff empty diff
|
||||
|
||||
'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user