Skip to content

Commit

Permalink
tests: 00-setup: move label right to the test
Browse files Browse the repository at this point in the history
This moves the test label to where it belongs.
  • Loading branch information
gportay committed Feb 19, 2025
1 parent 273c02b commit c533bf4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/00-setup
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# validate the behavior with skelton bring up

. "$(dirname "$0")"/jtest.inc "$1"

jtest_prepare "create a test skeleton in temporary directory"

mkdir -p "$TDIR/.cqfd/docker"
cp -a ../cqfd "$TDIR/.cqfd/"
cp -a test_data/. "$TDIR/."
Expand All @@ -16,6 +13,7 @@ cd "$TDIR/" || exit 1
################################################################################
# running 'cqfd init' should fail, as there's no proper config
################################################################################
jtest_prepare "create a test skeleton in temporary directory"
if "$cqfd" init; then
jtest_result fail
else
Expand Down

0 comments on commit c533bf4

Please sign in to comment.