about summary refs log tree commit diff stats
path: root/test_apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-05-23 00:01:25 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-23 00:01:25 -0700
commit6b43542f6c960ad71b7af315263c856ec7dda811 (patch)
treec40e5372fd0c1017411dbe62e211c4270b734b40 /test_apps
parent9a77780158842db6e4aa098f5027e030fc3bd878 (diff)
downloadmu-6b43542f6c960ad71b7af315263c856ec7dda811.tar.gz
6385
Diffstat (limited to 'test_apps')
-rwxr-xr-xtest_apps8
1 files changed, 4 insertions, 4 deletions
diff --git a/test_apps b/test_apps
index 28d045dc..e9532c66 100755
--- a/test_apps
+++ b/test_apps
@@ -250,7 +250,7 @@ test $EMULATED  &&  {
   ./bootstrap run apps/sigils test
   echo
 }
-test `uname` = 'Linux'  &&  {
+test $NATIVE  &&  {
   apps/sigils test
   echo
 }
@@ -265,7 +265,7 @@ test $EMULATED  &&  {
   ./bootstrap run apps/calls test
   echo
 }
-test `uname` = 'Linux'  &&  {
+test $NATIVE  &&  {
   apps/calls test
   echo
 }
@@ -278,7 +278,7 @@ test $EMULATED  &&  {
   ./bootstrap run apps/braces test
   echo
 }
-test `uname` = 'Linux'  &&  {
+test $NATIVE  &&  {
   apps/braces test
   echo
 }
@@ -291,7 +291,7 @@ test $EMULATED  &&  {
   ./bootstrap run apps/mu test
   echo
 }
-test `uname` = 'Linux'  &&  {
+test $NATIVE  &&  {
   apps/mu test
   echo
 }