Skip to content

Commit

Permalink
[OSH testing] add test script
Browse files Browse the repository at this point in the history
  • Loading branch information
lbarcziova committed Nov 6, 2024
1 parent d34b005 commit b9b0b71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions fedora/python-ogr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ One Git library to Rule!
%license LICENSE
%endif
%doc README.md
test-for-scan-failure.sh


%changelog
Expand Down
5 changes: 5 additions & 0 deletions test-for-scan-failure.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
foo=bar
if [[ -z foo ]]; then
echo $foo
fi

0 comments on commit b9b0b71

Please sign in to comment.