about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xsubx/edit1
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/edit b/subx/edit
index 7d09fc17..c33ee46b 100755
--- a/subx/edit
+++ b/subx/edit
@@ -10,6 +10,7 @@ fi
 if [[ $1 == 'test'* ]]
 then
   eval $EDITOR ./teensy/$1*.[cs]
+  exit $?
 fi
 
 eval $EDITOR ./$1.subx