about summary refs log tree commit diff stats
path: root/subx/test_layers
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-09-01 09:39:36 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-01 09:39:36 -0700
commitea7f869856a614d14de31c680c8dd290de1cc113 (patch)
tree6cbbf70db886032a807bcc9e64d27412fbbe9cc3 /subx/test_layers
parenta413105a5dc4741ccd1c364cc82609d2aa25f6c5 (diff)
downloadmu-ea7f869856a614d14de31c680c8dd290de1cc113.tar.gz
4529 - move examples to a sub-directory
Diffstat (limited to 'subx/test_layers')
-rwxr-xr-xsubx/test_layers2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/test_layers b/subx/test_layers
index 709601ff..9ade9ee1 100755
--- a/subx/test_layers
+++ b/subx/test_layers
@@ -11,7 +11,7 @@ do
 done
 
 ./clean top
-for f in ex*.subx
+for f in examples/ex*.subx
 do
   echo checking $f
   target=`echo $f |sed 's/\..*//'`