Skip to content

Commit

Permalink
Fix t_subr inclusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
dag-erling committed Sep 13, 2024
1 parent 4397b98 commit 0abf238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/t_dp_red.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# SUCH DAMAGE.
#

. t_subr.sh
. ./t_subr.sh

ifile="${abs_srcdir}/t_dp_red.ti"
ofile="${abs_srcdir}/t_dp_red.to"
Expand Down
2 changes: 1 addition & 1 deletion t/t_subr.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#
# To use this, add the following at the top of your test script:
#
# . t_subr.sh
# . ./t_subr.sh
#
# Run your tests, invoking either not_ok() or ok() after each.
#
Expand Down

0 comments on commit 0abf238

Please sign in to comment.