From d84d12aa1fa09e4e74116d0820d416b0a96ad6cb Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 3 Mar 2017 09:51:36 +0100 Subject: [PATCH] TT#12307 Adjust coreutils's `ls` output comparison for Debian/stretch coreutils on jessie behaves like: | sipwise@spce:~$ ls -la /var/cores/core.* | ls: cannot access /var/cores/core.*: No such file or directory ... while on stretch we get: | root@spce:~# ls -la /var/cores/core.* | ls: cannot access '/var/cores/core.*': No such file or directory Change-Id: Idb26193f28d0003a42a9fddf59dc5d06d630b6cf --- ce/03_no-cores.yaml.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ce/03_no-cores.yaml.tt2 b/ce/03_no-cores.yaml.tt2 index 42cc6b7..173dedf 100644 --- a/ce/03_no-cores.yaml.tt2 +++ b/ce/03_no-cores.yaml.tt2 @@ -3,4 +3,4 @@ command: exit-status: 2 stdout: [] stderr: - - "ls: cannot access /var/cores/core.*: No such file or directory" + - "/ls: cannot access '??/var/cores/core.*'??: No such file or directory/"