diff options
Diffstat (limited to 'test/script/expansion.et')
| -rw-r--r-- | test/script/expansion.et | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/script/expansion.et b/test/script/expansion.et index 86a81dc..85c241d 100644 --- a/test/script/expansion.et +++ b/test/script/expansion.et @@ -12,4 +12,4 @@ test VariableExpansion: for str in [ "1", "1.3", "abc", "abc" ]: expect /child-stdout p $str/ expect /match p $str/ - expect /run-done/ + expect /run-done 1 1 0 0/ |