about summary refs log tree commit diff
path: root/Test/A05execution.ztst
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-08-22 15:59:27 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-08-22 15:59:27 +0000
commit4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2 (patch)
tree13521be7112e479d7c6d253c292893c1b070a61a /Test/A05execution.ztst
parent4fe788b09293eac27472a33d3b5e784583c13bde (diff)
downloadzsh-4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2.tar.gz
zsh-4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2.tar.xz
zsh-4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2.zip
Assorted minor test tweaks.
Diffstat (limited to 'Test/A05execution.ztst')
-rw-r--r--Test/A05execution.ztst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/A05execution.ztst b/Test/A05execution.ztst
index 18f2a53f1..09ade29d8 100644
--- a/Test/A05execution.ztst
+++ b/Test/A05execution.ztst
@@ -7,7 +7,9 @@
   cd command.tmp
 
   print '#!/bin/sh\necho This is top' >tstcmd
+
   print '#!/bin/sh\necho This is dir1' >dir1/tstcmd
+
   print '#!/bin/sh\necho This is dir2' >dir2/tstcmd
 
   chmod 755 tstcmd dir1/tstcmd dir2/tstcmd