aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test1.out
diff options
context:
space:
mode:
authorGravatar Kurtis Rader <krader@skepticism.us>2016-04-06 13:04:44 -0700
committerGravatar Kurtis Rader <krader@skepticism.us>2016-04-06 13:04:44 -0700
commit02f18cae0aa9c44beade38b1b14c9f59d54b9078 (patch)
tree6ac79b892acc6a1a19c9a6aa2926ad7ccb1a9272 /tests/test1.out
parent4ff8e6e7818747d805ac44be0a36aedef4deaa5c (diff)
fix setting of $argv for `source` w/no args
Fixes #139
Diffstat (limited to 'tests/test1.out')
-rw-r--r--tests/test1.out4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test1.out b/tests/test1.out
index fb5ea8c8..26251a3b 100644
--- a/tests/test1.out
+++ b/tests/test1.out
@@ -52,4 +52,8 @@ pipe 11
pipe 12
Checking for infinite loops in no-execute
before comment after comment
+source argv {}
+source argv {}
+source argv {abc}
+source argv {abc def}
1