diff options
Diffstat (limited to 'Test/C04funcdef.ztst')
-rw-r--r-- | Test/C04funcdef.ztst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Test/C04funcdef.ztst b/Test/C04funcdef.ztst index 1821b786e..7100280f3 100644 --- a/Test/C04funcdef.ztst +++ b/Test/C04funcdef.ztst @@ -419,6 +419,16 @@ 0:autoload -dX with path >I have been loaded by default path. + ( + fpath=(.) + print 'loadthisfunc() { autoload -X }' >loadthisfunc_sourceme + print 'print Function was loaded correctly.' >loadthisfunc + source $PWD/loadthisfunc_sourceme + loadthisfunc + ) +0: autoload -X interaction with absolute filename used for source location +>Function was loaded correctly. + %clean rm -f file.in file.out |