diff options
-rw-r--r-- | gnu/tests/rsync.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/rsync.scm b/gnu/tests/rsync.scm index 079a898cdc..ea53a157bb 100644 --- a/gnu/tests/rsync.scm +++ b/gnu/tests/rsync.scm @@ -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" |