basic_test_suites/simple_cucumber_use: remove unnecessary $PACKAGE variable.
This commit is contained in:
parent
a63fe8117f
commit
2479b4a773
1 changed files with 0 additions and 10 deletions
|
|
@ -1,15 +1,5 @@
|
|||
#!/bin/sh -eux
|
||||
|
||||
PACKAGE=${PACKAGE:-}
|
||||
|
||||
[ -n "$PACKAGE" ] || {
|
||||
echo "env variable \$PACKAGE not specified, specify what package are we testing."
|
||||
|
||||
exit 1
|
||||
}
|
||||
|
||||
echo $(rpm -qa "$PACKAGE")
|
||||
|
||||
tmp=$(mktemp -d)
|
||||
pushd "$tmp"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue