Skip to content

Commit

Permalink
Drop an accidentally added duplicated test
Browse files Browse the repository at this point in the history
Commit a68a2e5 added the same test
twice, hardly intentionally.
  • Loading branch information
pmatilai committed May 23, 2024
1 parent c74ab58 commit 31758e5
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tests/rpmbuild.at
Original file line number Diff line number Diff line change
Expand Up @@ -2311,22 +2311,6 @@ runroot rpmbuild \
)
RPMTEST_CLEANUP

# Test that -br creates an src.rpm on success
AT_SETUP([rpmbuild -br success])
AT_KEYWORDS([build])
RPMTEST_CHECK([
RPMDB_INIT

runroot rpmbuild \
-br /data/SPECS/mini.spec
],
[0],
[Wrote: /build/SRPMS/mini-1-1.src.rpm
],
[],
)
RPMTEST_CLEANUP

# ------------------------------
# Check dynamic build requires
AT_SETUP([rpmbuild -bd with errors])
Expand Down

0 comments on commit 31758e5

Please sign in to comment.