Skip to content

Commit

Permalink
Update .appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbadfca11 authored Jul 3, 2020
1 parent 457f91e commit e8b121e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test_script:
if "%Platform%"=="x86" (%Configuration%\reflink.exe D:\test1 D:\test2) else (%Platform%\%Configuration%\reflink.exe D:\test1 D:\test2)
fsutil file %queryextents% D:\test1
fsutil file %queryextents% D:\test2
dd if=C:\Windows\System32\ntdll.dll of=D:\test2 bs=1M oflag=seek_bytes seek=1G conv=notrunc,fsync
dd if=C:\Windows\System32\ntdll.dll of=D:\test2 bs=1M oflag=seek_bytes seek=1G conv=notrunc
- ps: 'Dismount-VHD C:\test.vhdx -Passthru | Mount-VHD'
- cmd: |
fsutil file %queryextents% D:\test1
Expand Down

0 comments on commit e8b121e

Please sign in to comment.