Skip to content

Commit

Permalink
Switch to the more normal UCL syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
brd authored and bapt committed Jul 31, 2017
1 parent 853ab67 commit d33ebc0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/frontend/test_environment.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ atf_skip_on() {

new_pkg() {
cat << EOF > $1.ucl
name = $2
origin = $2
version = "$3"
maintainer = test
categories = [test]
comment = a test
www = http://test
prefix = ${4}
abi = "*"
desc = <<EOD
name: $2
origin: $2
version: "$3"
maintainer: test
categories: [test]
comment: a test
www: http://test
prefix: ${4}
abi: "*"
desc: <<EOD
This is a test
EOD
EOF
Expand Down

0 comments on commit d33ebc0

Please sign in to comment.