diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-24 14:32:44 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-24 14:32:44 -0700 |
commit | 6315936b64a666eeaa451cac25194081a94c734c (patch) | |
tree | 69f2ba7c11303546356ae47833be1b89deccebfe /subx/test_apps | |
parent | 070cac028c5e098fada47f280cb677406a43b7ea (diff) | |
download | mu-6315936b64a666eeaa451cac25194081a94c734c.tar.gz |
5463
Diffstat (limited to 'subx/test_apps')
-rwxr-xr-x | subx/test_apps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/test_apps b/subx/test_apps index 440031c6..2874d73e 100755 --- a/subx/test_apps +++ b/subx/test_apps @@ -177,7 +177,7 @@ test `uname` = 'Linux' && { } echo hex -./subx translate 0*.subx apps/hex.subx -o apps/hex +./subx translate 0*.subx apps/subx-common.subx apps/hex.subx -o apps/hex [ "$1" != record ] && git diff --exit-code apps/hex ./subx run apps/hex test echo |