From 5f2275a4059a23e8f7e21afa60e1526f614a766b Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 27 Apr 2008 07:06:14 +0000 Subject: [PATCH] Added yet another output variant. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7936 --- none/tests/shell.stderr.exp-dash | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 none/tests/shell.stderr.exp-dash diff --git a/none/tests/shell.stderr.exp-dash b/none/tests/shell.stderr.exp-dash new file mode 100644 index 0000000000..e6e1db13de --- /dev/null +++ b/none/tests/shell.stderr.exp-dash @@ -0,0 +1,13 @@ + +./shell: 10: ./x86/: Permission denied + +./shell: 13: ./shell.vgtest: Permission denied + +execve(0x........(./shell_badinterp), 0x........, 0x........) failed, errno 2 +EXEC FAILED: I can't recover from execve() failing, so I'm dying. +Add more stringent tests in PRE(sys_execve), or work out how to recover. +./shell_binaryfile: 4: Syntax error: ")" unexpected +./shell: 22: ./shell_nosuchfile: not found + +./shell: 25: shell_nosuchfile: not found + -- 2.47.3