test-ucontainer.sh: simplify
Seems silly to make a new var for it now that we're only using the variable once. Closes: #325 Approved by: cgwalters
This commit is contained in:
parent
f411c0babb
commit
ea83aced3a
@ -21,13 +21,11 @@ set -euo pipefail
|
||||
|
||||
. ${commondir}/libtest.sh
|
||||
|
||||
composedir=${commondir}/compose
|
||||
|
||||
echo "1..2"
|
||||
|
||||
rpm-ostree container init
|
||||
|
||||
cp ${composedir}/test-repo.repo rpmmd.repos.d
|
||||
cp ${commondir}/compose/test-repo.repo rpmmd.repos.d
|
||||
|
||||
cat >empty.conf <<EOF
|
||||
[tree]
|
||||
|
Loading…
Reference in New Issue
Block a user