mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
(From OE-Core rev: 73d6034f6b84c80d39aac8099b62322f4379de37) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
30 lines
905 B
Diff
30 lines
905 B
Diff
From e9fa816677993e520adff8bba26cb3e71f5a6665 Mon Sep 17 00:00:00 2001
|
|
From: Jussi Kukkonen <jussi.kukkonen@intel.com>
|
|
Date: Wed, 29 Mar 2017 15:11:59 +0300
|
|
Subject: [PATCH] tests: Allow different output from mv
|
|
|
|
busybox mv has different error messages: fix the test
|
|
|
|
Upstream-Status: Inappropriate [embedded]
|
|
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
|
|
---
|
|
test/failbackup.test | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/test/failbackup.test b/test/failbackup.test
|
|
index 5f0f54f..0902b12 100644
|
|
--- a/test/failbackup.test
|
|
+++ b/test/failbackup.test
|
|
@@ -16,7 +16,7 @@ What happens when refresh fails because of a permission error?
|
|
$ cat > test.txt
|
|
< This is updated test.txt.
|
|
$ quilt refresh --backup
|
|
- >~ mv: cannot move [`']?patches/test.diff'? to [`']?patches/test.diff~'?: Permission denied
|
|
+ >~ mv: .*: Permission denied
|
|
$ echo %{?}
|
|
> 1
|
|
|
|
--
|
|
2.17.1
|
|
|