[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: tests: rsync: Fix it.
From: |
guix-commits |
Subject: |
branch master updated: tests: rsync: Fix it. |
Date: |
Thu, 23 Dec 2021 10:05:20 -0500 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2a49ddb tests: rsync: Fix it.
2a49ddb is described below
commit 2a49ddb513476cd45ebca618ffb0b9e381c1e497
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Dec 23 16:03:34 2021 +0100
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.
---
gnu/tests/rsync.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/tests/rsync.scm b/gnu/tests/rsync.scm
index 079a898..ea53a15 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"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: tests: rsync: Fix it.,
guix-commits <=