[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: patch-2.7.6.200-be8b on Cygwin
From: |
Bruno Haible |
Subject: |
Re: patch-2.7.6.200-be8b on Cygwin |
Date: |
Mon, 04 Nov 2024 00:44:08 +0100 |
On Cygwin 3.5.4, there is one test failure:
FAIL: preserve-mode-and-timestamp
=================================
[45] patch -p1 --backup --set-utc < f.diff -- ok
[55] test ! \( f -ot f.compare -o f -nt f.compare \) || echo "timestamp
differs" -- ok
[60] ls -l f.orig | sed "s,\(..........\).*,\1," -- ok
[73] patch -p1 --backup --set-utc < f.diff || echo "Status: $?" -- ok
[81] ls -l f.rej | sed "s,\(..........\).*,\1," -- FAILED
--- expected
+++ got
@@ -1 +1 @@
--rw-r--r--
+-rw-rw-r--
[94] patch -p1 --backup --set-utc < f.diff || echo "Status: $?" -- ok
[102] ls -l f.rej | sed "s,\(..........\).*,\1," -- FAILED
--- expected
+++ got
@@ -1 +1 @@
--rw-r-----
+-rw-rw-r--
[117] patch -p1 --backup --set-utc < f.diff -- ok
[121] test ! \( f -ot f.compare -o f -nt f.compare \) || echo "timestamp
differs" -- ok
9 tests (7 passed, 2 failed)
FAIL preserve-mode-and-timestamp (exit status: 1)
- new snapshot available: patch-2.7.6.200-be8b, Jim Meyering, 2024/11/03
- Re: patch-2.7.6.200-be8b on Cygwin,
Bruno Haible <=
- Re: patch-2.7.6.200-be8b on file systems without hard links, Bruno Haible, 2024/11/03
- Re: patch-2.7.6.200-be8b on file systems without symbolic links, Bruno Haible, 2024/11/03
- Re: patch-2.7.6.200-be8b on Haiku, Bruno Haible, 2024/11/03
- Re: patch-2.7.6.200-be8b on VFAT file systems, Bruno Haible, 2024/11/03
- Re: patch-2.7.6.200-be8b test results, Bruno Haible, 2024/11/03