Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
atools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Leo
atools
Commits
b289e914
Commit
b289e914
authored
Mar 03, 2020
by
Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove obsolete tests
parent
554e6729
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
tests/apkbuild-lint.bats
tests/apkbuild-lint.bats
+0
-18
No files found.
tests/apkbuild-lint.bats
View file @
b289e914
...
...
@@ -517,24 +517,6 @@ retab() {
[[ $status -eq 0 ]]
}
@test 'pkgver is not an literal integer and is double-quoted' {
cat <<-"EOF" >$apkbuild
pkgver="1.0"
EOF
run $cmd $apkbuild
[[ $status -eq 0 ]]
}
@test 'pkgver is not an literal integer and is single-quoted' {
cat <<-"EOF" >$apkbuild
pkgver='1.0'
EOF
run $cmd $apkbuild
[[ $status -eq 0 ]]
}
@test 'pkgver is not an literal integer and is not quoted' {
cat <<-"EOF" >$apkbuild
pkgver=1.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment