From 2a49ddb513476cd45ebca618ffb0b9e381c1e497 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Thu, 23 Dec 2021 16:03:34 +0100 Subject: 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(-) (limited to 'gnu/tests') 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" -- cgit v1.2.3