summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2024-01-31 13:37:43 +0100
committerJean Delvare <jdelvare@suse.de>2024-01-31 13:37:43 +0100
commiteb6b11a548f6d64c96bdbf5962a4e0a1d3ec8f96 (patch)
tree16a5fa6614b90f602ea50fdd82b852fdb2f38e68
parenta60135acb1d5b908fc6c4b795e3b870fbb16fa0d (diff)
downloadquilt-eb6b11a548f6d64c96bdbf5962a4e0a1d3ec8f96.tar.gz
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 <jdelvare@suse.de>
-rw-r--r--test/space-in-filenames.test5
1 files 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