diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-04-05 21:40:00 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-04-05 21:40:00 -0700 |
commit | 688a3d717e87994e311d4db73fe82d1217ec62dc (patch) | |
tree | fbadf27a316faa8b1f4e6974f47263d69867d180 /subx/test_apps | |
parent | 1d7c822a1d9db53dd85282abdfd448db70b73156 (diff) | |
download | mu-688a3d717e87994e311d4db73fe82d1217ec62dc.tar.gz |
5058
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 944d5d8c..bca9d65b 100755 --- a/subx/test_apps +++ b/subx/test_apps @@ -181,7 +181,7 @@ test `uname` = 'Linux' && { } echo pack -./subx translate *.subx apps/pack.subx -o apps/pack +./subx translate *.subx apps/subx-common.subx apps/pack.subx -o apps/pack [ "$1" != record ] && git diff --quiet apps/pack ./subx run apps/pack test echo |