Skip to content

Commit 55bf9a5

Browse files
committed
And switch this one to new_pkg()
1 parent 7db6d58 commit 55bf9a5

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

tests/frontend/delete.sh

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,8 @@ delete_with_directory_owned_body() {
7474
mkdir dir
7575
touch dir/file2
7676

77+
atf_check -s exit:0 ${RESOURCEDIR}/test_subr.sh new_pkg "test" "test" "1" "${TMPDIR}/"
7778
cat << EOF >> test.ucl
78-
name: test
79-
origin: test
80-
version: 1
81-
maintainer: test
82-
categories: [test]
83-
comment: a test
84-
www: http://test
85-
prefix: ${TMPDIR}/
86-
desc: <<EOD
87-
Yet another test
88-
EOD
8979
files: {
9080
${TMPDIR}/file1: "",
9181
${TMPDIR}/dir/file2: "",

0 commit comments

Comments
 (0)