summaryrefslogtreecommitdiff
path: root/tests/rpmbuild.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rpmbuild.at')
-rw-r--r--tests/rpmbuild.at5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/rpmbuild.at b/tests/rpmbuild.at
index 0e250023f..c7a1c7e89 100644
--- a/tests/rpmbuild.at
+++ b/tests/rpmbuild.at
@@ -302,12 +302,11 @@ AT_SETUP([rpmbuild with deprecated patch])
AT_KEYWORDS([build])
RPMDB_INIT
AT_CHECK([
-runroot rpmbuild -bp --quiet /data/SPECS/hello2-suid.spec
+runroot rpmbuild -bp --quiet /data/SPECS/hello-patch.spec
],
[0],
[ignore],
-[warning: %patchN is deprecated, use %patch N (or %patch -P N):
-%patch0 -p1 -b .modernize
+[warning: %patchN is deprecated (2 usages found), use %patch N (or %patch -P N)
])
AT_CLEANUP