Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
1c40a2d1
Commit
1c40a2d1
authored
Jun 21, 2023
by
Andrew Murray
Browse files
Fixed Lint error
parent
31126d59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/test_common_utils.sh
tests/test_common_utils.sh
+2
-2
No files found.
tests/test_common_utils.sh
View file @
1c40a2d1
...
@@ -39,9 +39,9 @@ rm testfile
...
@@ -39,9 +39,9 @@ rm testfile
rm_mkdir tmp_dir
rm_mkdir tmp_dir
[
-d
tmp_dir
]
||
ingest
"tmp_dir does not exist"
[
-d
tmp_dir
]
||
ingest
"tmp_dir does not exist"
touch
tmp_dir/
a
file
touch
tmp_dir/
tmp_
file
rm_mkdir tmp_dir
rm_mkdir tmp_dir
[
-e
tmp_dir/
a
file
]
&&
ingest
"tmp_dir/
a
file should have been deleted"
[
-e
tmp_dir/
tmp_
file
]
&&
ingest
"tmp_dir/
tmp_
file should have been deleted"
rmdir
tmp_dir
rmdir
tmp_dir
# Test suppress command
# Test suppress command
...
...
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