From e2f5034303ab4ea06a86c577b863d6c39946c884 Mon Sep 17 00:00:00 2001 From: Mooffie Date: Mon, 6 Mar 2017 19:15:03 +0200 Subject: [PATCH] Ticket #3786: extfs: rpm: fix test's "expected output". As will be explained in a following commit, our rpm helper has a bug stemming from the use of 'echo'. Before we fix it, we update the test's "expected output" to reflect the intended output (as it's currently reflects a faulty output). Signed-off-by: Mooffie --- tests/src/vfs/extfs/helpers-list/data/rpm.custom.output | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tests/src/vfs/extfs/helpers-list/data/rpm.custom.output b/tests/src/vfs/extfs/helpers-list/data/rpm.custom.output index ea217c8d1..b04439347 100644 --- a/tests/src/vfs/extfs/helpers-list/data/rpm.custom.output +++ b/tests/src/vfs/extfs/helpers-list/data/rpm.custom.output @@ -1,4 +1,4 @@ --r--r--r-- 1 0 0 539 2017-01-05 00:00:00 HEADER +-r--r--r-- 1 0 0 597 2017-01-05 00:00:00 HEADER -r-xr-xr-x 1 0 0 39 2017-01-05 00:00:00 INSTALL -r-xr-xr-x 1 0 0 39 2017-01-05 00:00:00 UPGRADE dr-xr-xr-x 3 0 0 0 2017-01-05 00:00:00 INFO @@ -13,6 +13,7 @@ dr-xr-xr-x 3 0 0 0 2017-01-05 00:00:00 INFO -r--r--r-- 1 0 0 0 2017-01-05 00:00:00 INFO/DISTRIBUTION -r--r--r-- 1 0 0 0 2017-01-05 00:00:00 INFO/VENDOR -r--r--r-- 1 0 0 0 2017-01-05 00:00:00 INFO/DESCRIPTION +-r--r--r-- 1 0 0 0 2017-01-05 00:00:00 INFO/SUMMARY -r--r--r-- 1 0 0 0 2017-01-05 00:00:00 INFO/SCRIPTS/PRETRANS -r--r--r-- 1 0 0 0 2017-01-05 00:00:00 INFO/SCRIPTS/POSTTRANS -r--r--r-- 1 0 0 0 2017-01-05 00:00:00 INFO/SCRIPTS/PREIN @@ -28,5 +29,12 @@ dr-xr-xr-x 3 0 0 0 2017-01-05 00:00:00 INFO -r--r--r-- 1 0 0 0 2017-01-05 00:00:00 INFO/SCRIPTS/PREUNPROG -r--r--r-- 1 0 0 0 2017-01-05 00:00:00 INFO/SCRIPTS/POSTUNPROG -r--r--r-- 1 0 0 0 2017-01-05 00:00:00 INFO/SCRIPTS/VERIFYSCRIPTPROG +-r--r--r-- 1 0 0 0 2017-01-05 00:00:00 INFO/PACKAGER +-r--r--r-- 1 0 0 0 2017-01-05 00:00:00 INFO/URL +-r--r--r-- 1 0 0 0 2017-01-05 00:00:00 INFO/EPOCH +-r--r--r-- 1 0 0 0 2017-01-05 00:00:00 INFO/LICENSE +-r--r--r-- 1 0 0 0 2017-01-05 00:00:00 INFO/REQUIRES +-r--r--r-- 1 0 0 0 2017-01-05 00:00:00 INFO/OBSOLETES +-r--r--r-- 1 0 0 0 2017-01-05 00:00:00 INFO/PROVIDES -r--r--r-- 1 0 0 0 2017-01-05 00:00:00 INFO/CHANGELOG -r--r--r-- 1 0 0 0 2017-01-05 00:00:00 CONTENTS.cpio -- 2.11.4.GIT