citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 1fe04df61947491348794dc73f464cd39e18dd6e
parent 64d0ee2dfaa1a0b33a69c1f29f361daf4324cf3c
Author: kyle <kyle@0x30.net>
Date:   Sun, 15 Jan 2017 17:51:25 -0700

tt: rename package.subr to openbsd, coz its really os dependent

Diffstat:
Mtt/git.sh | 2+-
Mtt/mutt.sh | 2+-
Rtt/package.subr -> tt/openbsd.subr | 0
3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tt/git.sh b/tt/git.sh @@ -3,7 +3,7 @@ # Instruments git, checks logs, and makes sure the resulting program still # works. # -. tt/package.subr 'devel' 'git' +. tt/openbsd.subr 'devel' 'git' plan 1 pkg_clean diff --git a/tt/mutt.sh b/tt/mutt.sh @@ -2,7 +2,7 @@ # # Test that building Mutt works. # -. tt/package.subr 'mail' 'mutt' +. tt/openbsd.subr 'mail' 'mutt' plan 11 pkg_clean diff --git a/tt/package.subr b/tt/openbsd.subr