Skip to content

Commit

Permalink
test-composefs: Sync flow with other tests
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.

Or maybe it's the missing `$CMD_PREFIX`?  Let's see...
  • Loading branch information
cgwalters committed Jun 28, 2023
1 parent 132bb6a commit aeef822
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test-composefs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@

set -euo pipefail

if ! ostree --version | grep -q -e '- composefs'; then
. $(dirname $0)/libtest.sh

if ! ${CMD_PREFIX} 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 aeef822

Please sign in to comment.