Files
mscp/test
Ryo Nakamura 24c1bc9149 do not set O_TRUNC when opening destination file.
It prevents `mscp localhost:hoge ~/hoge` from truncating the source
file. See https://bugzilla.mindrot.org/show_bug.cgi?id=3431.

https://github.com/upa/mscp/issues/1
2023-08-04 15:06:14 +09:00
..
2022-11-01 00:02:34 +09:00
2022-11-05 21:29:26 +09:00
2023-08-03 20:26:13 +09:00

This test assumes that the user executing the test can ssh to the localhost without password.

  • Run pytest through ctest.
python3 -m pip install pytest numpy

cd build
cmake ..
ctest --verbose # or `make test ARGS='-V'`