about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xsubx/test_layers5
1 files changed, 5 insertions, 0 deletions
diff --git a/subx/test_layers b/subx/test_layers
index 288fab10..523d82b8 100755
--- a/subx/test_layers
+++ b/subx/test_layers
@@ -23,4 +23,9 @@ do
   echo "=== $f"
   ./subx translate $(../enumerate/enumerate --until $f |grep '\.subx$') -o foo  &&  ./subx run foo
   echo
+  test `uname` = 'Linux'  &&  {
+    chmod +x foo
+    ./foo
+    echo
+  }
 done