Skip to content

Commit

Permalink
tests: 2.x still uses an embedded copy of bats
Browse files Browse the repository at this point in the history
bats needs to be used differently on 2.x. The cherrypick from 3.x needs
to be adapted to use the embedded copy of bats.

Signed-off-by: Adrian Reber <areber@redhat.com>
  • Loading branch information
adrianreber committed Oct 23, 2024
1 parent b774058 commit 67c1f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/admin/lmod/lmod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S bats --report-formatter junit --formatter tap
#!./common/bats/bin/bats
# -*-sh-*-

load ./common/test_helper_functions || exit 1
Expand Down

0 comments on commit 67c1f3e

Please sign in to comment.