Skip to content

Commit

Permalink
tests: Source libtest before exiting
Browse files Browse the repository at this point in the history
I am not sure why this is failing on older Debian systems,
but I'm wildly guessing that something being done in `libtest.sh`
is setting up automake in a way that we need.  This is done
in other tests.
  • Loading branch information
cgwalters committed Jun 27, 2023
1 parent 132bb6a commit c3d46e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test-composefs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@

set -euo pipefail

. $(dirname $0)/libtest.sh

if ! ostree --version | grep -q -e '- composefs'; then
echo "1..0 #SKIP no composefs support compiled in"
exit 0
fi

. $(dirname $0)/libtest.sh

setup_test_repository "bare-user"

Expand Down

0 comments on commit c3d46e5

Please sign in to comment.