about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-17 07:31:47 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-17 07:31:47 -0700
commit2bceaa4a26bcd38dd9014f6b656620773db79811 (patch)
treead34b0c09333773d94fd8ecb767fecf164693c19
parent294a15206329d2992df073622fb5ce2c1e96001b (diff)
downloadmu-2bceaa4a26bcd38dd9014f6b656620773db79811.tar.gz
5411
Fix CI.
-rwxr-xr-xsubx/test_apps2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/test_apps b/subx/test_apps
index 3c64c712..effaf7af 100755
--- a/subx/test_apps
+++ b/subx/test_apps
@@ -247,7 +247,7 @@ test `uname` = 'Linux'  &&  {
 }
 
 echo ex7
-cat examples/ex7.subx |subx_bin run apps/dquotes |subx_bin run apps/assort |subx_bin run apps/pack |subx_bin run apps/survey |subx_bin run apps/hex |diff examples/ex7 -
+cat examples/ex7.subx |./subx_bin run apps/dquotes |./subx_bin run apps/assort |./subx_bin run apps/pack |./subx_bin run apps/survey |./subx_bin run apps/hex |diff examples/ex7 -
 test `uname` = 'Linux'  &&  {
   cat examples/ex7.subx |apps/dquotes |apps/assort |apps/pack |apps/survey |apps/hex |diff examples/ex7 -
 }