summaryrefslogtreecommitdiff
path: root/gnu/tests
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-12-23 16:03:34 +0100
committerMathieu Othacehe <othacehe@gnu.org>2021-12-23 16:05:13 +0100
commit2a49ddb513476cd45ebca618ffb0b9e381c1e497 (patch)
treea1b462d39637b837361c83b9476a2833dfb51286 /gnu/tests
parent05b1f024be17786003ba7242ac34151b91740c74 (diff)
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.
Diffstat (limited to 'gnu/tests')
-rw-r--r--gnu/tests/rsync.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/rsync.scm b/gnu/tests/rsync.scm
index 079a898cdc8..ea53a157bb5 100644
--- a/gnu/tests/rsync.scm
+++ b/gnu/tests/rsync.scm
@@ -106,7 +106,7 @@ PORT."
106 marionette)) 106 marionette))
107 107
108 (test-equal "Test file not copied to read-only share" 108 (test-equal "Test file not copied to read-only share"
109 10 ;see "EXIT VALUES" in rsync(1) 109 1 ;see "EXIT VALUES" in rsync(1)
110 (marionette-eval 110 (marionette-eval
111 '(status:exit-val 111 '(status:exit-val
112 (system* "rsync" "/tmp/input" 112 (system* "rsync" "/tmp/input"