quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Quilt-dev] [PATCH] test: Loosen file removal check


From: Jean Delvare
Subject: [Quilt-dev] [PATCH] test: Loosen file removal check
Date: Fri, 26 Jan 2024 09:45:00 +0100

Files can be removed in any order, it isn't deterministic, so loosen
the test to accept any order.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
---
 test/space-in-filenames.test |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

--- quilt.orig/test/space-in-filenames.test
+++ quilt/test/space-in-filenames.test
@@ -116,10 +116,11 @@ $ quilt grep " "
 
 $ quilt diff -p ab -z
 
+# Removal order is nondeterministic
 $ quilt pop
 > Removing patch patches/test.diff
-> Removing a: b [c]
-> Removing foo
+>~ Removing (a: b \[c\]|foo)
+>~ Removing (a: b \[c\]|foo)
 > Restoring foo bar
 >
 > No patches applied


-- 
Jean Delvare
SUSE L3 Support



reply via email to

[Prev in Thread] Current Thread [Next in Thread]