diff options
Diffstat (limited to 'tests/command')
-rw-r--r-- | tests/command/testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/command/testscript b/tests/command/testscript index 4d45f4f..bffe621 100644 --- a/tests/command/testscript +++ b/tests/command/testscript @@ -151,5 +151,5 @@ end : non-zero-status : - $* "$0 -C -S 10" 2>/~'%.+ exited with code 10%' == 10 + $* "'$0' -C -S 10" 2>/~'%.+ exited with code 10%' == 10 } |