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.master
parent
05b1f024be
commit
2a49ddb513
|
@ -106,7 +106,7 @@ PORT."
|
|||
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"
|
||||
|
|
Reference in New Issue