mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-20 09:10:30 +02: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:
@@ -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
Block a user