From eb6b11a548f6d64c96bdbf5962a4e0a1d3ec8f96 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Wed, 31 Jan 2024 13:37:43 +0100 Subject: test: Loosen file removal check Files can be removed in any order, it isn't deterministic, so loosen the test to accept any order. Signed-off-by: Jean Delvare --- test/space-in-filenames.test | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/space-in-filenames.test b/test/space-in-filenames.test index 0b25948..e7cc1df 100644 --- a/test/space-in-filenames.test +++ b/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 -- cgit