diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-03-12 18:53:48 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-03-12 18:53:48 -0700 |
commit | 43711b0e9f18e0225ce14687fb6ea0902aa6fc61 (patch) | |
tree | 3a22298b96dd2610e1a93e1ac85c057126c777ea /subx | |
parent | 24c0e27b1bb9d46aa6e4c9fbe8a414fe90c48f8c (diff) | |
download | mu-43711b0e9f18e0225ce14687fb6ea0902aa6fc61.tar.gz |
5000
Fix spurious errors in `test_layers` on non-Linux platforms.
Diffstat (limited to 'subx')
-rwxr-xr-x | subx/test_layers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/test_layers b/subx/test_layers index 523d82b8..a2ed65c6 100755 --- a/subx/test_layers +++ b/subx/test_layers @@ -27,5 +27,5 @@ do chmod +x foo ./foo echo - } + } || true done |