mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
tests: rsync: Fix it.
* gnu/tests/rsync.scm ("Test file not copied to read-only share"): This returns the error code 1 and not 10.
This commit is contained in:
parent
05b1f024be
commit
2a49ddb513
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ (define marionette
|
|||
marionette))
|
||||
|
||||
(test-equal "Test file not copied to read-only share"
|
||||
10 ;see "EXIT VALUES" in rsync(1)
|
||||
1 ;see "EXIT VALUES" in rsync(1)
|
||||
(marionette-eval
|
||||
'(status:exit-val
|
||||
(system* "rsync" "/tmp/input"
|
||||
|
|
Loading…
Reference in a new issue